Html Css Color HEX #84301D Burnt Umber

📋 copy color: '#84301D'

red 132 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #84301D

Tints of Burnt Umber #84301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

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

R = 63.16%
G = 22.97%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84301D (or 0x84301D) is known color: Burnt Umber. HEX triplet: 84, 30 and 1D. RGB value is (132,48,29). Sum of RGB (Red+Green+Blue) = 132+48+29=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84301D is #7BCFE2. Grayscale: #474747. Windows color (decimal): -8114147 or 1912964. OLE color: 1912964.

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

Color convert

RGB 132 48 29 -
CMYK 0 0.64 0.78 0.48
HSL 11.07º 0.64% 0.32% -
HSV(B) 11.07º 0.78% 0.52% -
XYZ 10.79 7.11 1.97 -
YUV 70.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 132 48 29 0 0.64 0.78 0.48 11.07 0.64 0.32
Hex 84 30 1D 0 40 4E 30 B 40 20
Octal 204 60 35 0 100 116 60 13 100 40
Binary 10000100 110000 11101 0 1000000 1001110 110000 1011 1000000 100000

Color Harmonies of #84301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84301D

Black with #84301D

Text Example


Text Example

White with #84301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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