Html Css Color HEX #84541B Hot Curry

📋 copy color: '#84541B'

red 132 ◦ green 84 ◦ blue 27

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

Shades of Hot Curry #84541B

Tints of Hot Curry #84541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 54.32%
G = 34.57%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84541B (or 0x84541B) is known color: Hot Curry. HEX triplet: 84, 54 and 1B. RGB value is (132,84,27). Sum of RGB (Red+Green+Blue) = 132+84+27=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84541B is #7BABE4. Grayscale: #5C5C5C. Windows color (decimal): -8104933 or 1791108. OLE color: 1791108.

HSL color Cylindrical-coordinate representation of color #84541B: hue angle of 32.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84541B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 27 -
CMYK 0 0.36 0.80 0.48
HSL 32.57º 0.66% 0.31% -
HSV(B) 32.57º 0.8% 0.52% -
XYZ 12.88 11.33 2.54 -
YUV 91.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 132 84 27 0 0.36 0.80 0.48 32.57 0.66 0.31
Hex 84 54 1B 0 24 50 30 21 42 1F
Octal 204 124 33 0 44 120 60 41 102 37
Binary 10000100 1010100 11011 0 100100 1010000 110000 100001 1000010 11111

Color Harmonies of #84541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84541B

Black with #84541B

Text Example


Text Example

White with #84541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84541B; }

 p { color: rgb(132,84,27); }

 H1.HeaderClassName
 {
   color: #84541B;
 }
 .AnyTagClassName
 {
   color: #84541B;
 }
</style>

background-color css

<style>
 a { background-color: #84541B; }

 a { background-color: rgb(132,84,27); }

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

border-color css

<style>
 span { border-color: #84541B; }

 span { border-color: rgb(132,84,27); }

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