#805E34

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

Shades of Hot Curry #805E34

Tints of Hot Curry #805E34

Color information

#805E34 (or 0x805E34) is unknown color: approx Hot Curry. HEX triplet: 80, 5E and 34. RGB value is (128,94,52). Sum of RGB (Red+Green+Blue) = 128+94+52=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #805E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E34 is #7FA1CB. Grayscale: #636363. Windows color (decimal): -8364492 or 3432064. OLE color: 3432064.

HSL color Cylindrical-coordinate representation of color #805E34: hue angle of 33.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805E34 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1289452-
CMYK00.270.590.50
HSL33.16º42.22%35.29%-
HSV(B)33.16º59.38%50.2%-
XYZ13.5212.845.01-
YUV99.38101.26148.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=46.72%
G=34.31%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128945200.270.590.5033.1642.2235.29
Hex805E3401B3B32212a23
Octal200136640337362415243
Binary100000001011110110100011011111011110010100001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E34; }

 p { color: rgb(128,94,52); }

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

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

 a { background-color: rgb(128,94,52); }

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

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

 span { border-color: rgb(128,94,52); }

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