#845930

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

Shades of Hot Curry #845930

Tints of Hot Curry #845930

Color information

#845930 (or 0x845930) is unknown color: approx Hot Curry. HEX triplet: 84, 59 and 30. RGB value is (132,89,48). Sum of RGB (Red+Green+Blue) = 132+89+48=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #845930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845930 is #7BA6CF. Grayscale: #616161. Windows color (decimal): -8103632 or 3168644. OLE color: 3168644.

HSL color Cylindrical-coordinate representation of color #845930: hue angle of 29.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845930 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1328948-
CMYK00.330.640.48
HSL29.29º46.67%35.29%-
HSV(B)29.29º63.64%51.76%-
XYZ13.6212.264.45-
YUV97.18100.25152.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=49.07%
G=33.09%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132894800.330.640.4829.2946.6735.29
Hex84593002140301d2f23
Octal2041316004110060355743
Binary1000010010110011100000100001100000011000011101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845930; }

 p { color: rgb(132,89,48); }

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

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

 a { background-color: rgb(132,89,48); }

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

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

 span { border-color: rgb(132,89,48); }

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