Html Css Color HEX #892A0C Burnt Umber

📋 copy color: '#892A0C'

red 137 ◦ green 42 ◦ blue 12

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

Shades of Burnt Umber #892A0C

Tints of Burnt Umber #892A0C

RGB

 RED value IS 137 (53.91% from 255) = 71.73%

 GREEN value IS 42 (16.8% from 255) = 21.99%

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

R = 71.73%
G = 21.99%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#892A0C (or 0x892A0C) is known color: Burnt Umber. HEX triplet: 89, 2A and 0C. RGB value is (137,42,12). Sum of RGB (Red+Green+Blue) = 137+42+12=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #892A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892A0C is #76D5F3. Grayscale: #434343. Windows color (decimal): -7788020 or 797321. OLE color: 797321.

HSL color Cylindrical-coordinate representation of color #892A0C: hue angle of 14.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #892A0C is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 42 12 -
CMYK 0 0.69 0.91 0.46
HSL 14.4º 0.84% 0.29% -
HSV(B) 14.4º 0.91% 0.54% -
XYZ 11.21 7 1.11 -
YUV 66.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 137 42 12 0 0.69 0.91 0.46 14.4 0.84 0.29
Hex 89 2A C 0 45 5B 2E E 54 1D
Octal 211 52 14 0 105 133 56 16 124 35
Binary 10001001 101010 1100 0 1000101 1011011 101110 1110 1010100 11101

Color Harmonies of #892A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A0C

Black with #892A0C

Text Example


Text Example

White with #892A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892A0C; }

 p { color: rgb(137,42,12); }

 H1.HeaderClassName
 {
   color: #892A0C;
 }
 .AnyTagClassName
 {
   color: #892A0C;
 }
</style>

background-color css

<style>
 a { background-color: #892A0C; }

 a { background-color: rgb(137,42,12); }

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

border-color css

<style>
 span { border-color: #892A0C; }

 span { border-color: rgb(137,42,12); }

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