Html Css Color HEX #892D12 Burnt Umber

📋 copy color: '#892D12'

red 137 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #892D12

Tints of Burnt Umber #892D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 68.5%
G = 22.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#892D12 (or 0x892D12) is known color: Burnt Umber. HEX triplet: 89, 2D and 12. RGB value is (137,45,18). Sum of RGB (Red+Green+Blue) = 137+45+18=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #892D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892D12 is #76D2ED. Grayscale: #454545. Windows color (decimal): -7787246 or 1191305. OLE color: 1191305.

HSL color Cylindrical-coordinate representation of color #892D12: hue angle of 13.61º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #892D12 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 45 18 -
CMYK 0 0.67 0.87 0.46
HSL 13.61º 0.77% 0.3% -
HSV(B) 13.61º 0.87% 0.54% -
XYZ 11.36 7.24 1.37 -
YUV 69.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 137 45 18 0 0.67 0.87 0.46 13.61 0.77 0.3
Hex 89 2D 12 0 43 57 2E E 4D 1E
Octal 211 55 22 0 103 127 56 16 115 36
Binary 10001001 101101 10010 0 1000011 1010111 101110 1110 1001101 11110

Color Harmonies of #892D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D12

Black with #892D12

Text Example


Text Example

White with #892D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,45,18); }

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

background-color css

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

 a { background-color: rgb(137,45,18); }

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

border-color css

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

 span { border-color: rgb(137,45,18); }

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