Html Css Color HEX #845912 Hot Curry

📋 copy color: '#845912'

red 132 ◦ green 89 ◦ blue 18

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

Shades of Hot Curry #845912

Tints of Hot Curry #845912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 55.23%
G = 37.24%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#845912 (or 0x845912) is known color: Hot Curry. HEX triplet: 84, 59 and 12. RGB value is (132,89,18). Sum of RGB (Red+Green+Blue) = 132+89+18=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #845912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845912 is #7BA6ED. Grayscale: #5E5E5E. Windows color (decimal): -8103662 or 1202564. OLE color: 1202564.

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

Color convert

RGB 132 89 18 -
CMYK 0 0.33 0.86 0.48
HSL 37.37º 0.76% 0.29% -
HSV(B) 37.37º 0.86% 0.52% -
XYZ 13.2 12.09 2.21 -
YUV 93.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 132 89 18 0 0.33 0.86 0.48 37.37 0.76 0.29
Hex 84 59 12 0 21 56 30 25 4C 1D
Octal 204 131 22 0 41 126 60 45 114 35
Binary 10000100 1011001 10010 0 100001 1010110 110000 100101 1001100 11101

Color Harmonies of #845912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845912

Black with #845912

Text Example


Text Example

White with #845912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845912; }

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

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

background-color css

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

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

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

border-color css

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

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

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