#865622

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

Shades of Hot Curry #865622

Tints of Hot Curry #865622

Color information

#865622 (or 0x865622) is unknown color: approx Hot Curry. HEX triplet: 86, 56 and 22. RGB value is (134,86,34). Sum of RGB (Red+Green+Blue) = 134+86+34=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #865622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865622 is #79A9DD. Grayscale: #5E5E5E. Windows color (decimal): -7973342 or 2250374. OLE color: 2250374.

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

Color convert

RGB1348634-
CMYK00.360.750.47
HSL31.2º59.52%32.94%-
HSV(B)31.2º74.63%52.55%-
XYZ13.4511.843.09-
YUV94.4293.9156.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 34 (13.67% from 255) = 13.39%
R=52.76%
G=33.86%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134863400.360.750.4731.259.5232.94
Hex8656220244B2F1f3c21
Octal2061264204411357377441
Binary1000011010101101000100100100100101110111111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865622; }

 p { color: rgb(134,86,34); }

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

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

 a { background-color: rgb(134,86,34); }

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

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

 span { border-color: rgb(134,86,34); }

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