Html Css Color HEX #845C20 Hot Curry

📋 copy color: '#845C20'

red 132 ◦ green 92 ◦ blue 32

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

Shades of Hot Curry #845C20

Tints of Hot Curry #845C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.94%

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

R = 51.56%
G = 35.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#845C20 (or 0x845C20) is known color: Hot Curry. HEX triplet: 84, 5C and 20. RGB value is (132,92,32). Sum of RGB (Red+Green+Blue) = 132+92+32=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #845C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C20 is #7BA3DF. Grayscale: #616161. Windows color (decimal): -8102880 or 2120836. OLE color: 2120836.

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

Color convert

RGB 132 92 32 -
CMYK 0 0.30 0.76 0.48
HSL 36º 0.61% 0.32% -
HSV(B) 36º 0.76% 0.52% -
XYZ 13.6 12.66 3.09 -
YUV 97.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 132 92 32 0 0.30 0.76 0.48 36 0.61 0.32
Hex 84 5C 20 0 1E 4C 30 24 3D 20
Octal 204 134 40 0 36 114 60 44 75 40
Binary 10000100 1011100 100000 0 11110 1001100 110000 100100 111101 100000

Color Harmonies of #845C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C20

Black with #845C20

Text Example


Text Example

White with #845C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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