#805223

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

Shades of Hot Curry #805223

Tints of Hot Curry #805223

Color information

#805223 (or 0x805223) is unknown color: approx Hot Curry. HEX triplet: 80, 52 and 23. RGB value is (128,82,35). Sum of RGB (Red+Green+Blue) = 128+82+35=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #805223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805223 is #7FADDC. Grayscale: #5A5A5A. Windows color (decimal): -8367581 or 2314880. OLE color: 2314880.

HSL color Cylindrical-coordinate representation of color #805223: hue angle of 30.32º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #805223 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1288235-
CMYK00.360.730.50
HSL30.32º57.06%31.96%-
HSV(B)30.32º72.66%50.2%-
XYZ12.2210.753.02-
YUV90.496.74154.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=52.24%
G=33.47%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128823500.360.730.5030.3257.0631.96
Hex80522302449321e3920
Octal2001224304411162367140
Binary1000000010100101000110100100100100111001011110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805223; }

 p { color: rgb(128,82,35); }

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

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

 a { background-color: rgb(128,82,35); }

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

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

 span { border-color: rgb(128,82,35); }

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