Html Css Color HEX #922F12 Burnt Umber

📋 copy color: '#922F12'

red 146 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #922F12

Tints of Burnt Umber #922F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

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

R = 69.19%
G = 22.27%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#922F12 (or 0x922F12) is known color: Burnt Umber. HEX triplet: 92, 2F and 12. RGB value is (146,47,18). Sum of RGB (Red+Green+Blue) = 146+47+18=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #922F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922F12 is #6DD0ED. Grayscale: #494949. Windows color (decimal): -7196910 or 1191826. OLE color: 1191826.

HSL color Cylindrical-coordinate representation of color #922F12: hue angle of 13.59º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #922F12 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 47 18 -
CMYK 0 0.68 0.88 0.43
HSL 13.59º 0.78% 0.32% -
HSV(B) 13.59º 0.88% 0.57% -
XYZ 12.98 8.19 1.47 -
YUV 73.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 146 47 18 0 0.68 0.88 0.43 13.59 0.78 0.32
Hex 92 2F 12 0 44 58 2B E 4E 20
Octal 222 57 22 0 104 130 53 16 116 40
Binary 10010010 101111 10010 0 1000100 1011000 101011 1110 1001110 100000

Color Harmonies of #922F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922F12

Black with #922F12

Text Example


Text Example

White with #922F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,47,18); }

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

background-color css

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

 a { background-color: rgb(146,47,18); }

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

border-color css

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

 span { border-color: rgb(146,47,18); }

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