Html Css Color HEX #845F27 Hot Curry

📋 copy color: '#845F27'

red 132 ◦ green 95 ◦ blue 39

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

Shades of Hot Curry #845F27

Tints of Hot Curry #845F27

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

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

R = 49.62%
G = 35.71%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#845F27 (or 0x845F27) is known color: Hot Curry. HEX triplet: 84, 5F and 27. RGB value is (132,95,39). Sum of RGB (Red+Green+Blue) = 132+95+39=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #845F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F27 is #7BA0D8. Grayscale: #636363. Windows color (decimal): -8102105 or 2580356. OLE color: 2580356.

HSL color Cylindrical-coordinate representation of color #845F27: hue angle of 36.13º 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 #845F27 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 95 39 -
CMYK 0 0.28 0.70 0.48
HSL 36.13º 0.54% 0.34% -
HSV(B) 36.13º 0.7% 0.52% -
XYZ 13.97 13.24 3.74 -
YUV 99.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 132 95 39 0 0.28 0.70 0.48 36.13 0.54 0.34
Hex 84 5F 27 0 1C 46 30 24 36 22
Octal 204 137 47 0 34 106 60 44 66 42
Binary 10000100 1011111 100111 0 11100 1000110 110000 100100 110110 100010

Color Harmonies of #845F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F27

Black with #845F27

Text Example


Text Example

White with #845F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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