Html Css Color HEX #845914 Hot Curry

📋 copy color: '#845914'

red 132 ◦ green 89 ◦ blue 20

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

Shades of Hot Curry #845914

Tints of Hot Curry #845914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 54.77%
G = 36.93%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#845914 (or 0x845914) is known color: Hot Curry. HEX triplet: 84, 59 and 14. RGB value is (132,89,20). Sum of RGB (Red+Green+Blue) = 132+89+20=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #845914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845914 is #7BA6EB. Grayscale: #5E5E5E. Windows color (decimal): -8103660 or 1333636. OLE color: 1333636.

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

Color convert

RGB 132 89 20 -
CMYK 0 0.33 0.85 0.48
HSL 36.96º 0.74% 0.3% -
HSV(B) 36.96º 0.85% 0.52% -
XYZ 13.21 12.1 2.3 -
YUV 93.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 132 89 20 0 0.33 0.85 0.48 36.96 0.74 0.3
Hex 84 59 14 0 21 55 30 25 4A 1E
Octal 204 131 24 0 41 125 60 45 112 36
Binary 10000100 1011001 10100 0 100001 1010101 110000 100101 1001010 11110

Color Harmonies of #845914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845914

Black with #845914

Text Example


Text Example

White with #845914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845914; }

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

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

background-color css

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

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

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

border-color css

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

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

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