Html Css Color HEX #84582D Hot Curry

📋 copy color: '#84582D'

red 132 ◦ green 88 ◦ blue 45

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

Shades of Hot Curry #84582D

Tints of Hot Curry #84582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 49.81%
G = 33.21%
B = 16.98%

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

#84582D (or 0x84582D) is known color: Hot Curry. HEX triplet: 84, 58 and 2D. RGB value is (132,88,45). Sum of RGB (Red+Green+Blue) = 132+88+45=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84582D is #7BA7D2. Grayscale: #606060. Windows color (decimal): -8103891 or 2971780. OLE color: 2971780.

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

Color convert

RGB 132 88 45 -
CMYK 0 0.33 0.66 0.48
HSL 29.66º 0.49% 0.35% -
HSV(B) 29.66º 0.66% 0.52% -
XYZ 13.48 12.07 4.1 -
YUV 96.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 132 88 45 0 0.33 0.66 0.48 29.66 0.49 0.35
Hex 84 58 2D 0 21 42 30 1E 31 23
Octal 204 130 55 0 41 102 60 36 61 43
Binary 10000100 1011000 101101 0 100001 1000010 110000 11110 110001 100011

Color Harmonies of #84582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84582D

Black with #84582D

Text Example


Text Example

White with #84582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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