Html Css Color HEX #922F0E Burnt Umber

📋 copy color: '#922F0E'

red 146 ◦ green 47 ◦ blue 14

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

Shades of Burnt Umber #922F0E

Tints of Burnt Umber #922F0E

RGB

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

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

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

R = 70.53%
G = 22.71%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#922F0E (or 0x922F0E) is known color: Burnt Umber. HEX triplet: 92, 2F and 0E. RGB value is (146,47,14). Sum of RGB (Red+Green+Blue) = 146+47+14=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #922F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922F0E is #6DD0F1. Grayscale: #494949. Windows color (decimal): -7196914 or 929682. OLE color: 929682.

HSL color Cylindrical-coordinate representation of color #922F0E: hue angle of 15º 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 #922F0E is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 47 14 -
CMYK 0 0.68 0.90 0.43
HSL 15º 0.83% 0.31% -
HSV(B) 15º 0.9% 0.57% -
XYZ 12.95 8.18 1.31 -
YUV 72.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 146 47 14 0 0.68 0.90 0.43 15 0.83 0.31
Hex 92 2F E 0 44 5A 2B F 52 1F
Octal 222 57 16 0 104 132 53 17 122 37
Binary 10010010 101111 1110 0 1000100 1011010 101011 1111 1010010 11111

Color Harmonies of #922F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922F0E

Black with #922F0E

Text Example


Text Example

White with #922F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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