Html Css Color HEX #922B0F Burnt Umber

📋 copy color: '#922B0F'

red 146 ◦ green 43 ◦ blue 15

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

Shades of Burnt Umber #922B0F

Tints of Burnt Umber #922B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 71.57%
G = 21.08%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#922B0F (or 0x922B0F) is known color: Burnt Umber. HEX triplet: 92, 2B and 0F. RGB value is (146,43,15). Sum of RGB (Red+Green+Blue) = 146+43+15=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #922B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922B0F is #6DD4F0. Grayscale: #464646. Windows color (decimal): -7197937 or 994194. OLE color: 994194.

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

Color convert

RGB 146 43 15 -
CMYK 0 0.71 0.90 0.43
HSL 12.82º 0.81% 0.32% -
HSV(B) 12.82º 0.9% 0.57% -
XYZ 12.8 7.87 1.3 -
YUV 70.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 146 43 15 0 0.71 0.90 0.43 12.82 0.81 0.32
Hex 92 2B F 0 47 5A 2B D 51 20
Octal 222 53 17 0 107 132 53 15 121 40
Binary 10010010 101011 1111 0 1000111 1011010 101011 1101 1010001 100000

Color Harmonies of #922B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922B0F

Black with #922B0F

Text Example


Text Example

White with #922B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,43,15); }

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

background-color css

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

 a { background-color: rgb(146,43,15); }

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

border-color css

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

 span { border-color: rgb(146,43,15); }

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