Html Css Color HEX #84531D Hot Curry

📋 copy color: '#84531D'

red 132 ◦ green 83 ◦ blue 29

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

Shades of Hot Curry #84531D

Tints of Hot Curry #84531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 54.1%
G = 34.02%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84531D (or 0x84531D) is known color: Hot Curry. HEX triplet: 84, 53 and 1D. RGB value is (132,83,29). Sum of RGB (Red+Green+Blue) = 132+83+29=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84531D is #7BACE2. Grayscale: #5B5B5B. Windows color (decimal): -8105187 or 1921924. OLE color: 1921924.

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

Color convert

RGB 132 83 29 -
CMYK 0 0.37 0.78 0.48
HSL 31.46º 0.64% 0.32% -
HSV(B) 31.46º 0.78% 0.52% -
XYZ 12.83 11.18 2.64 -
YUV 91.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 132 83 29 0 0.37 0.78 0.48 31.46 0.64 0.32
Hex 84 53 1D 0 25 4E 30 1F 40 20
Octal 204 123 35 0 45 116 60 37 100 40
Binary 10000100 1010011 11101 0 100101 1001110 110000 11111 1000000 100000

Color Harmonies of #84531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84531D

Black with #84531D

Text Example


Text Example

White with #84531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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