Html Css Color HEX #84531E Hot Curry

📋 copy color: '#84531E'

red 132 ◦ green 83 ◦ blue 30

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

Shades of Hot Curry #84531E

Tints of Hot Curry #84531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 53.88%
G = 33.88%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84531E (or 0x84531E) is known color: Hot Curry. HEX triplet: 84, 53 and 1E. RGB value is (132,83,30). Sum of RGB (Red+Green+Blue) = 132+83+30=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84531E is #7BACE1. Grayscale: #5B5B5B. Windows color (decimal): -8105186 or 1987460. OLE color: 1987460.

HSL color Cylindrical-coordinate representation of color #84531E: hue angle of 31.18º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84531E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 30 -
CMYK 0 0.37 0.77 0.48
HSL 31.18º 0.63% 0.32% -
HSV(B) 31.18º 0.77% 0.52% -
XYZ 12.84 11.19 2.71 -
YUV 91.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 132 83 30 0 0.37 0.77 0.48 31.18 0.63 0.32
Hex 84 53 1E 0 25 4D 30 1F 3F 20
Octal 204 123 36 0 45 115 60 37 77 40
Binary 10000100 1010011 11110 0 100101 1001101 110000 11111 111111 100000

Color Harmonies of #84531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84531E

Black with #84531E

Text Example


Text Example

White with #84531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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