Html Css Color HEX #845527 Hot Curry

📋 copy color: '#845527'

red 132 ◦ green 85 ◦ blue 39

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

Shades of Hot Curry #845527

Tints of Hot Curry #845527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 51.56%
G = 33.2%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#845527 (or 0x845527) is known color: Hot Curry. HEX triplet: 84, 55 and 27. RGB value is (132,85,39). Sum of RGB (Red+Green+Blue) = 132+85+39=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #845527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845527 is #7BAAD8. Grayscale: #5E5E5E. Windows color (decimal): -8104665 or 2577796. OLE color: 2577796.

HSL color Cylindrical-coordinate representation of color #845527: hue angle of 29.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845527 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 39 -
CMYK 0 0.36 0.70 0.48
HSL 29.68º 0.54% 0.34% -
HSV(B) 29.68º 0.7% 0.52% -
XYZ 13.13 11.55 3.46 -
YUV 93.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 132 85 39 0 0.36 0.70 0.48 29.68 0.54 0.34
Hex 84 55 27 0 24 46 30 1E 36 22
Octal 204 125 47 0 44 106 60 36 66 42
Binary 10000100 1010101 100111 0 100100 1000110 110000 11110 110110 100010

Color Harmonies of #845527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845527

Black with #845527

Text Example


Text Example

White with #845527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845527; }

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

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

background-color css

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

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

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

border-color css

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

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

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