Html Css Color HEX #845A11 Hot Curry

📋 copy color: '#845A11'

red 132 ◦ green 90 ◦ blue 17

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

Shades of Hot Curry #845A11

Tints of Hot Curry #845A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 55.23%
G = 37.66%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#845A11 (or 0x845A11) is known color: Hot Curry. HEX triplet: 84, 5A and 11. RGB value is (132,90,17). Sum of RGB (Red+Green+Blue) = 132+90+17=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #845A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845A11 is #7BA5EE. Grayscale: #5E5E5E. Windows color (decimal): -8103407 or 1137284. OLE color: 1137284.

HSL color Cylindrical-coordinate representation of color #845A11: hue angle of 38.09º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #845A11 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 90 17 -
CMYK 0 0.32 0.87 0.48
HSL 38.09º 0.77% 0.29% -
HSV(B) 38.09º 0.87% 0.52% -
XYZ 13.27 12.26 2.2 -
YUV 94.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 132 90 17 0 0.32 0.87 0.48 38.09 0.77 0.29
Hex 84 5A 11 0 20 57 30 26 4D 1D
Octal 204 132 21 0 40 127 60 46 115 35
Binary 10000100 1011010 10001 0 100000 1010111 110000 100110 1001101 11101

Color Harmonies of #845A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A11

Black with #845A11

Text Example


Text Example

White with #845A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,90,17); }

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

background-color css

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

 a { background-color: rgb(132,90,17); }

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

border-color css

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

 span { border-color: rgb(132,90,17); }

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