Html Css Color HEX #84591B Hot Curry

📋 copy color: '#84591B'

red 132 ◦ green 89 ◦ blue 27

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

Shades of Hot Curry #84591B

Tints of Hot Curry #84591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 53.23%
G = 35.89%
B = 10.89%

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

#84591B (or 0x84591B) is known color: Hot Curry. HEX triplet: 84, 59 and 1B. RGB value is (132,89,27). Sum of RGB (Red+Green+Blue) = 132+89+27=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84591B is #7BA6E4. Grayscale: #5F5F5F. Windows color (decimal): -8103653 or 1792388. OLE color: 1792388.

HSL color Cylindrical-coordinate representation of color #84591B: hue angle of 35.43º degrees, saturation: 0.66, 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 #84591B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 27 -
CMYK 0 0.33 0.80 0.48
HSL 35.43º 0.66% 0.31% -
HSV(B) 35.43º 0.8% 0.52% -
XYZ 13.29 12.13 2.68 -
YUV 94.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 132 89 27 0 0.33 0.80 0.48 35.43 0.66 0.31
Hex 84 59 1B 0 21 50 30 23 42 1F
Octal 204 131 33 0 41 120 60 43 102 37
Binary 10000100 1011001 11011 0 100001 1010000 110000 100011 1000010 11111

Color Harmonies of #84591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84591B

Black with #84591B

Text Example


Text Example

White with #84591B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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