Html Css Color HEX #845920 Hot Curry

📋 copy color: '#845920'

red 132 ◦ green 89 ◦ blue 32

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

Shades of Hot Curry #845920

Tints of Hot Curry #845920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 52.17%
G = 35.18%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#845920 (or 0x845920) is known color: Hot Curry. HEX triplet: 84, 59 and 20. RGB value is (132,89,32). Sum of RGB (Red+Green+Blue) = 132+89+32=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845920 is #7BA6DF. Grayscale: #5F5F5F. Windows color (decimal): -8103648 or 2120068. OLE color: 2120068.

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

Color convert

RGB 132 89 32 -
CMYK 0 0.33 0.76 0.48
HSL 34.2º 0.61% 0.32% -
HSV(B) 34.2º 0.76% 0.52% -
XYZ 13.35 12.15 3.01 -
YUV 95.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 132 89 32 0 0.33 0.76 0.48 34.2 0.61 0.32
Hex 84 59 20 0 21 4C 30 22 3D 20
Octal 204 131 40 0 41 114 60 42 75 40
Binary 10000100 1011001 100000 0 100001 1001100 110000 100010 111101 100000

Color Harmonies of #845920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845920

Black with #845920

Text Example


Text Example

White with #845920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845920; }

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

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

background-color css

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

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

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

border-color css

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

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

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