Html Css Color HEX #84561D Hot Curry

📋 copy color: '#84561D'

red 132 ◦ green 86 ◦ blue 29

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

Shades of Hot Curry #84561D

Tints of Hot Curry #84561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 53.44%
G = 34.82%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84561D (or 0x84561D) is known color: Hot Curry. HEX triplet: 84, 56 and 1D. RGB value is (132,86,29). Sum of RGB (Red+Green+Blue) = 132+86+29=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84561D is #7BA9E2. Grayscale: #5D5D5D. Windows color (decimal): -8104419 or 1922692. OLE color: 1922692.

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

Color convert

RGB 132 86 29 -
CMYK 0 0.35 0.78 0.48
HSL 33.2º 0.64% 0.32% -
HSV(B) 33.2º 0.78% 0.52% -
XYZ 13.07 11.65 2.72 -
YUV 93.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 132 86 29 0 0.35 0.78 0.48 33.2 0.64 0.32
Hex 84 56 1D 0 23 4E 30 21 40 20
Octal 204 126 35 0 43 116 60 41 100 40
Binary 10000100 1010110 11101 0 100011 1001110 110000 100001 1000000 100000

Color Harmonies of #84561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84561D

Black with #84561D

Text Example


Text Example

White with #84561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,86,29); }

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

background-color css

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

 a { background-color: rgb(132,86,29); }

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

border-color css

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

 span { border-color: rgb(132,86,29); }

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