Html Css Color HEX #892C14 Burnt Umber

📋 copy color: '#892C14'

red 137 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #892C14

Tints of Burnt Umber #892C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.89%

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

R = 68.16%
G = 21.89%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#892C14 (or 0x892C14) is known color: Burnt Umber. HEX triplet: 89, 2C and 14. RGB value is (137,44,20). Sum of RGB (Red+Green+Blue) = 137+44+20=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #892C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892C14 is #76D3EB. Grayscale: #454545. Windows color (decimal): -7787500 or 1322121. OLE color: 1322121.

HSL color Cylindrical-coordinate representation of color #892C14: hue angle of 12.31º 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 #892C14 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 44 20 -
CMYK 0 0.68 0.85 0.46
HSL 12.31º 0.75% 0.31% -
HSV(B) 12.31º 0.85% 0.54% -
XYZ 11.34 7.17 1.45 -
YUV 69.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 137 44 20 0 0.68 0.85 0.46 12.31 0.75 0.31
Hex 89 2C 14 0 44 55 2E C 4B 1F
Octal 211 54 24 0 104 125 56 14 113 37
Binary 10001001 101100 10100 0 1000100 1010101 101110 1100 1001011 11111

Color Harmonies of #892C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C14

Black with #892C14

Text Example


Text Example

White with #892C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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