Html Css Color HEX #845524 Hot Curry

📋 copy color: '#845524'

red 132 ◦ green 85 ◦ blue 36

#845524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #845524

Tints of Hot Curry #845524

RGB

 RED value IS 132 (51.95% from 255) = 52.17%

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 52.17%
G = 33.6%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#845524 (or 0x845524) is known color: Hot Curry. HEX triplet: 84, 55 and 24. RGB value is (132,85,36). Sum of RGB (Red+Green+Blue) = 132+85+36=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845524 is #7BAADB. Grayscale: #5D5D5D. Windows color (decimal): -8104668 or 2381188. OLE color: 2381188.

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

Color convert

RGB 132 85 36 -
CMYK 0 0.36 0.73 0.48
HSL 30.63º 0.57% 0.33% -
HSV(B) 30.63º 0.73% 0.52% -
XYZ 13.08 11.53 3.21 -
YUV 93.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 132 85 36 0 0.36 0.73 0.48 30.63 0.57 0.33
Hex 84 55 24 0 24 49 30 1F 39 21
Octal 204 125 44 0 44 111 60 37 71 41
Binary 10000100 1010101 100100 0 100100 1001001 110000 11111 111001 100001

Color Harmonies of #845524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845524

Black with #845524

Text Example


Text Example

White with #845524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845524; }

 p { color: rgb(132,85,36); }

 H1.HeaderClassName
 {
   color: #845524;
 }
 .AnyTagClassName
 {
   color: #845524;
 }
</style>

background-color css

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

 a { background-color: rgb(132,85,36); }

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

border-color css

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

 span { border-color: rgb(132,85,36); }

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