#845816

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

Shades of Hot Curry #845816

Tints of Hot Curry #845816

Color information

#845816 (or 0x845816) is unknown color: approx Hot Curry. HEX triplet: 84, 58 and 16. RGB value is (132,88,22). Sum of RGB (Red+Green+Blue) = 132+88+22=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #845816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845816 is #7BA7E9. Grayscale: #5D5D5D. Windows color (decimal): -8103914 or 1464452. OLE color: 1464452.

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

Color convert

RGB1328822-
CMYK00.330.830.48
HSL36º71.43%30.2%-
HSV(B)36º83.33%51.76%-
XYZ13.1511.942.37-
YUV93.6387.58155.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=54.55%
G=36.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132882200.330.830.483671.4330.2
Hex845816021533024471e
Octal20413026041123604410736
Binary1000010010110001011001000011010011110000100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845816; }

 p { color: rgb(132,88,22); }

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

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

 a { background-color: rgb(132,88,22); }

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

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

 span { border-color: rgb(132,88,22); }

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