Html Css Color HEX #84321C Burnt Umber

📋 copy color: '#84321C'

red 132 ◦ green 50 ◦ blue 28

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

Shades of Burnt Umber #84321C

Tints of Burnt Umber #84321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 62.86%
G = 23.81%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84321C (or 0x84321C) is known color: Burnt Umber. HEX triplet: 84, 32 and 1C. RGB value is (132,50,28). Sum of RGB (Red+Green+Blue) = 132+50+28=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84321C is #7BCDE3. Grayscale: #484848. Windows color (decimal): -8113636 or 1847940. OLE color: 1847940.

HSL color Cylindrical-coordinate representation of color #84321C: hue angle of 12.69º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84321C is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 28 -
CMYK 0 0.62 0.79 0.48
HSL 12.69º 0.65% 0.31% -
HSV(B) 12.69º 0.79% 0.52% -
XYZ 10.87 7.27 1.93 -
YUV 72.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 132 50 28 0 0.62 0.79 0.48 12.69 0.65 0.31
Hex 84 32 1C 0 3E 4F 30 D 41 1F
Octal 204 62 34 0 76 117 60 15 101 37
Binary 10000100 110010 11100 0 111110 1001111 110000 1101 1000001 11111

Color Harmonies of #84321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84321C

Black with #84321C

Text Example


Text Example

White with #84321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84321C; }

 p { color: rgb(132,50,28); }

 H1.HeaderClassName
 {
   color: #84321C;
 }
 .AnyTagClassName
 {
   color: #84321C;
 }
</style>

background-color css

<style>
 a { background-color: #84321C; }

 a { background-color: rgb(132,50,28); }

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

border-color css

<style>
 span { border-color: #84321C; }

 span { border-color: rgb(132,50,28); }

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