#865320

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

Shades of Hot Curry #865320

Tints of Hot Curry #865320

Color information

#865320 (or 0x865320) is unknown color: approx Hot Curry. HEX triplet: 86, 53 and 20. RGB value is (134,83,32). Sum of RGB (Red+Green+Blue) = 134+83+32=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #865320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865320 is #79ACDF. Grayscale: #5C5C5C. Windows color (decimal): -7974112 or 2118534. OLE color: 2118534.

HSL color Cylindrical-coordinate representation of color #865320: hue angle of 30º 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 #865320 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1348332-
CMYK00.380.760.47
HSL30º61.45%32.55%-
HSV(B)30º76.12%52.55%-
XYZ13.1911.362.86-
YUV92.4393.9157.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=53.82%
G=33.33%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134833200.380.760.473061.4532.55
Hex8653200264C2F1e3d21
Octal2061234004611457367541
Binary1000011010100111000000100110100110010111111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865320; }

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

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

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

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

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

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

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

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