#806225

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

Shades of Hot Curry #806225

Tints of Hot Curry #806225

Color information

#806225 (or 0x806225) is unknown color: approx Hot Curry. HEX triplet: 80, 62 and 25. RGB value is (128,98,37). Sum of RGB (Red+Green+Blue) = 128+98+37=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #806225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806225 is #7F9DDA. Grayscale: #646464. Windows color (decimal): -8363483 or 2450048. OLE color: 2450048.

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

Color convert

RGB1289837-
CMYK00.230.710.50
HSL40.22º55.15%32.35%-
HSV(B)40.22º71.09%50.2%-
XYZ13.613.463.63-
YUV100.0292.44147.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=48.67%
G=37.26%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128983700.230.710.5040.2255.1532.35
Hex8062250174732283720
Octal2001424502710762506740
Binary1000000011000101001010101111000111110010101000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806225; }

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

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

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

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

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

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

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

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