#865F28

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

Shades of Hot Curry #865F28

Tints of Hot Curry #865F28

Color information

#865F28 (or 0x865F28) is unknown color: approx Hot Curry. HEX triplet: 86, 5F and 28. RGB value is (134,95,40). Sum of RGB (Red+Green+Blue) = 134+95+40=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #865F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F28 is #79A0D7. Grayscale: #646464. Windows color (decimal): -7971032 or 2645894. OLE color: 2645894.

HSL color Cylindrical-coordinate representation of color #865F28: hue angle of 35.11º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #865F28 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1349540-
CMYK00.290.700.47
HSL35.11º54.02%34.12%-
HSV(B)35.11º70.15%52.55%-
XYZ14.3113.413.84-
YUV100.3993.92151.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=49.81%
G=35.32%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134954000.290.700.4735.1154.0234.12
Hex865F2801D462F233622
Octal2061375003510657436642
Binary1000011010111111010000111011000110101111100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,40); }

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

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

 a { background-color: rgb(134,95,40); }

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

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

 span { border-color: rgb(134,95,40); }

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