Html Css Color HEX #845915 Hot Curry

📋 copy color: '#845915'

red 132 ◦ green 89 ◦ blue 21

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

Shades of Hot Curry #845915

Tints of Hot Curry #845915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 54.55%
G = 36.78%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#845915 (or 0x845915) is known color: Hot Curry. HEX triplet: 84, 59 and 15. RGB value is (132,89,21). Sum of RGB (Red+Green+Blue) = 132+89+21=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #845915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845915 is #7BA6EA. Grayscale: #5E5E5E. Windows color (decimal): -8103659 or 1399172. OLE color: 1399172.

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

Color convert

RGB 132 89 21 -
CMYK 0 0.33 0.84 0.48
HSL 36.76º 0.73% 0.3% -
HSV(B) 36.76º 0.84% 0.52% -
XYZ 13.22 12.1 2.35 -
YUV 94.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 132 89 21 0 0.33 0.84 0.48 36.76 0.73 0.3
Hex 84 59 15 0 21 54 30 25 49 1E
Octal 204 131 25 0 41 124 60 45 111 36
Binary 10000100 1011001 10101 0 100001 1010100 110000 100101 1001001 11110

Color Harmonies of #845915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845915

Black with #845915

Text Example


Text Example

White with #845915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845915; }

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

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

background-color css

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

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

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

border-color css

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

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

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