#865420

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

Shades of Hot Curry #865420

Tints of Hot Curry #865420

Color information

#865420 (or 0x865420) is unknown color: approx Hot Curry. HEX triplet: 86, 54 and 20. RGB value is (134,84,32). Sum of RGB (Red+Green+Blue) = 134+84+32=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #865420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865420 is #79ABDF. Grayscale: #5D5D5D. Windows color (decimal): -7973856 or 2118790. OLE color: 2118790.

HSL color Cylindrical-coordinate representation of color #865420: hue angle of 30.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #865420 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1348432-
CMYK00.370.760.47
HSL30.59º61.45%32.55%-
HSV(B)30.59º76.12%52.55%-
XYZ13.2611.512.89-
YUV93.0293.56157.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=53.6%
G=33.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134843200.370.760.4730.5961.4532.55
Hex8654200254C2F1f3d21
Octal2061244004511457377541
Binary1000011010101001000000100101100110010111111111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865420; }

 p { color: rgb(134,84,32); }

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

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

 a { background-color: rgb(134,84,32); }

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

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

 span { border-color: rgb(134,84,32); }

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