Html Css Color HEX #922D0E Burnt Umber

📋 copy color: '#922D0E'

red 146 ◦ green 45 ◦ blue 14

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

Shades of Burnt Umber #922D0E

Tints of Burnt Umber #922D0E

RGB

 RED value IS 146 (57.42% from 255) = 71.22%

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 71.22%
G = 21.95%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#922D0E (or 0x922D0E) is known color: Burnt Umber. HEX triplet: 92, 2D and 0E. RGB value is (146,45,14). Sum of RGB (Red+Green+Blue) = 146+45+14=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #922D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922D0E is #6DD2F1. Grayscale: #474747. Windows color (decimal): -7197426 or 929170. OLE color: 929170.

HSL color Cylindrical-coordinate representation of color #922D0E: hue angle of 14.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #922D0E is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 45 14 -
CMYK 0 0.69 0.90 0.43
HSL 14.09º 0.83% 0.31% -
HSV(B) 14.09º 0.9% 0.57% -
XYZ 12.87 8.02 1.28 -
YUV 71.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 146 45 14 0 0.69 0.90 0.43 14.09 0.83 0.31
Hex 92 2D E 0 45 5A 2B E 52 1F
Octal 222 55 16 0 105 132 53 16 122 37
Binary 10010010 101101 1110 0 1000101 1011010 101011 1110 1010010 11111

Color Harmonies of #922D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922D0E

Black with #922D0E

Text Example


Text Example

White with #922D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922D0E; }

 p { color: rgb(146,45,14); }

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

background-color css

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

 a { background-color: rgb(146,45,14); }

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

border-color css

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

 span { border-color: rgb(146,45,14); }

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