#806233

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

Shades of Hot Curry #806233

Tints of Hot Curry #806233

Color information

#806233 (or 0x806233) is unknown color: approx Hot Curry. HEX triplet: 80, 62 and 33. RGB value is (128,98,51). Sum of RGB (Red+Green+Blue) = 128+98+51=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #806233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806233 is #7F9DCC. Grayscale: #656565. Windows color (decimal): -8363469 or 3367552. OLE color: 3367552.

HSL color Cylindrical-coordinate representation of color #806233: hue angle of 36.62º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #806233 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1289851-
CMYK00.230.600.50
HSL36.62º43.02%35.1%-
HSV(B)36.62º60.16%50.2%-
XYZ13.8713.565.02-
YUV101.6199.44146.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=46.21%
G=35.38%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128985100.230.600.5036.6243.0235.1
Hex8062330173C32252b23
Octal200142630277462455343
Binary100000001100010110011010111111100110010100101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806233; }

 p { color: rgb(128,98,51); }

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

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

 a { background-color: rgb(128,98,51); }

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

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

 span { border-color: rgb(128,98,51); }

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