Html Css Color HEX #842D0C Burnt Umber

📋 copy color: '#842D0C'

red 132 ◦ green 45 ◦ blue 12

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

Shades of Burnt Umber #842D0C

Tints of Burnt Umber #842D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.81%

 BLUE value IS 12 (5.08% from 255) = 6.35%

R = 69.84%
G = 23.81%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#842D0C (or 0x842D0C) is known color: Burnt Umber. HEX triplet: 84, 2D and 0C. RGB value is (132,45,12). Sum of RGB (Red+Green+Blue) = 132+45+12=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #842D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D0C is #7BD2F3. Grayscale: #434343. Windows color (decimal): -8114932 or 798084. OLE color: 798084.

HSL color Cylindrical-coordinate representation of color #842D0C: hue angle of 16.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #842D0C is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 45 12 -
CMYK 0 0.66 0.91 0.48
HSL 16.5º 0.83% 0.28% -
HSV(B) 16.5º 0.91% 0.52% -
XYZ 10.52 6.81 1.11 -
YUV 67.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 132 45 12 0 0.66 0.91 0.48 16.5 0.83 0.28
Hex 84 2D C 0 42 5B 30 10 53 1C
Octal 204 55 14 0 102 133 60 20 123 34
Binary 10000100 101101 1100 0 1000010 1011011 110000 10000 1010011 11100

Color Harmonies of #842D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842D0C

Black with #842D0C

Text Example


Text Example

White with #842D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842D0C; }

 p { color: rgb(132,45,12); }

 H1.HeaderClassName
 {
   color: #842D0C;
 }
 .AnyTagClassName
 {
   color: #842D0C;
 }
</style>

background-color css

<style>
 a { background-color: #842D0C; }

 a { background-color: rgb(132,45,12); }

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

border-color css

<style>
 span { border-color: #842D0C; }

 span { border-color: rgb(132,45,12); }

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