Html Css Color HEX #892914 Burnt Umber

📋 copy color: '#892914'

red 137 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #892914

Tints of Burnt Umber #892914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 69.19%
G = 20.71%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#892914 (or 0x892914) is known color: Burnt Umber. HEX triplet: 89, 29 and 14. RGB value is (137,41,20). Sum of RGB (Red+Green+Blue) = 137+41+20=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #892914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892914 is #76D6EB. Grayscale: #434343. Windows color (decimal): -7788268 or 1321353. OLE color: 1321353.

HSL color Cylindrical-coordinate representation of color #892914: hue angle of 10.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #892914 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 41 20 -
CMYK 0 0.70 0.85 0.46
HSL 10.77º 0.75% 0.31% -
HSV(B) 10.77º 0.85% 0.54% -
XYZ 11.24 6.95 1.41 -
YUV 67.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 137 41 20 0 0.70 0.85 0.46 10.77 0.75 0.31
Hex 89 29 14 0 46 55 2E B 4B 1F
Octal 211 51 24 0 106 125 56 13 113 37
Binary 10001001 101001 10100 0 1000110 1010101 101110 1011 1001011 11111

Color Harmonies of #892914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892914

Black with #892914

Text Example


Text Example

White with #892914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892914; }

 p { color: rgb(137,41,20); }

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

background-color css

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

 a { background-color: rgb(137,41,20); }

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

border-color css

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

 span { border-color: rgb(137,41,20); }

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