Html Css Color HEX #84592D Hot Curry

📋 copy color: '#84592D'

red 132 ◦ green 89 ◦ blue 45

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

Shades of Hot Curry #84592D

Tints of Hot Curry #84592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 49.62%
G = 33.46%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84592D (or 0x84592D) is known color: Hot Curry. HEX triplet: 84, 59 and 2D. RGB value is (132,89,45). Sum of RGB (Red+Green+Blue) = 132+89+45=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84592D is #7BA6D2. Grayscale: #616161. Windows color (decimal): -8103635 or 2972036. OLE color: 2972036.

HSL color Cylindrical-coordinate representation of color #84592D: hue angle of 30.34º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84592D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 45 -
CMYK 0 0.33 0.66 0.48
HSL 30.34º 0.49% 0.35% -
HSV(B) 30.34º 0.66% 0.52% -
XYZ 13.56 12.24 4.13 -
YUV 96.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 132 89 45 0 0.33 0.66 0.48 30.34 0.49 0.35
Hex 84 59 2D 0 21 42 30 1E 31 23
Octal 204 131 55 0 41 102 60 36 61 43
Binary 10000100 1011001 101101 0 100001 1000010 110000 11110 110001 100011

Color Harmonies of #84592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84592D

Black with #84592D

Text Example


Text Example

White with #84592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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