Html Css Color HEX #84591A Hot Curry

📋 copy color: '#84591A'

red 132 ◦ green 89 ◦ blue 26

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

Shades of Hot Curry #84591A

Tints of Hot Curry #84591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 53.44%
G = 36.03%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84591A (or 0x84591A) is known color: Hot Curry. HEX triplet: 84, 59 and 1A. RGB value is (132,89,26). Sum of RGB (Red+Green+Blue) = 132+89+26=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84591A is #7BA6E5. Grayscale: #5E5E5E. Windows color (decimal): -8103654 or 1726852. OLE color: 1726852.

HSL color Cylindrical-coordinate representation of color #84591A: hue angle of 35.66º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84591A is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 26 -
CMYK 0 0.33 0.80 0.48
HSL 35.66º 0.67% 0.31% -
HSV(B) 35.66º 0.8% 0.52% -
XYZ 13.27 12.12 2.62 -
YUV 94.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 132 89 26 0 0.33 0.80 0.48 35.66 0.67 0.31
Hex 84 59 1A 0 21 50 30 24 43 1F
Octal 204 131 32 0 41 120 60 44 103 37
Binary 10000100 1011001 11010 0 100001 1010000 110000 100100 1000011 11111

Color Harmonies of #84591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84591A

Black with #84591A

Text Example


Text Example

White with #84591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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