#865D1C

Color #865D1C Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #865D1C

Tints of Hot Curry #865D1C

Color information

#865D1C (or 0x865D1C) is unknown color: approx Hot Curry. HEX triplet: 86, 5D and 1C. RGB value is (134,93,28). Sum of RGB (Red+Green+Blue) = 134+93+28=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D1C is #79A2E3. Grayscale: #626262. Windows color (decimal): -7971556 or 1858950. OLE color: 1858950.

HSL color Cylindrical-coordinate representation of color #865D1C: hue angle of 36.79º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #865D1C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1349328-
CMYK00.310.790.47
HSL36.79º65.43%31.76%-
HSV(B)36.79º79.1%52.55%-
XYZ13.9612.982.87-
YUV97.8588.58153.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=52.55%
G=36.47%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134932800.310.790.4736.7965.4331.76
Hex865D1C01F4F2F254120
Octal20613534037117574510140
Binary1000011010111011110001111110011111011111001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D1C; }

 p { color: rgb(134,93,28); }

 H1.HeaderClassName
 {
   color: #865D1C;
 }
 .AnyTagClassName
 {
   color: #865D1C;
 }
</style>
background-color css

<style>
 a { background-color: #865D1C; }

 a { background-color: rgb(134,93,28); }

 div.DivClassName
 {
   background-color: #865D1C;
 }
 .BgClassName
 {
   background-color: #865D1C;
 }
</style>
border-color css

<style>
 span { border-color: #865D1C; }

 span { border-color: rgb(134,93,28); }

 td.TdClassName
 {
   border-color: #865D1C;
 }
 .TagClassName
 {
   border-color: #865D1C;
 }
</style>