Html Css Color HEX #922A19 Burnt Umber

📋 copy color: '#922A19'

red 146 ◦ green 42 ◦ blue 25

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

Shades of Burnt Umber #922A19

Tints of Burnt Umber #922A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.72%

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 68.54%
G = 19.72%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#922A19 (or 0x922A19) is known color: Burnt Umber. HEX triplet: 92, 2A and 19. RGB value is (146,42,25). Sum of RGB (Red+Green+Blue) = 146+42+25=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #922A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A19 is #6DD5E6. Grayscale: #474747. Windows color (decimal): -7198183 or 1649298. OLE color: 1649298.

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

Color convert

RGB 146 42 25 -
CMYK 0 0.71 0.83 0.43
HSL 8.43º 0.71% 0.34% -
HSV(B) 8.43º 0.83% 0.57% -
XYZ 12.86 7.84 1.75 -
YUV 71.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 146 42 25 0 0.71 0.83 0.43 8.43 0.71 0.34
Hex 92 2A 19 0 47 53 2B 8 47 22
Octal 222 52 31 0 107 123 53 10 107 42
Binary 10010010 101010 11001 0 1000111 1010011 101011 1000 1000111 100010

Color Harmonies of #922A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922A19

Black with #922A19

Text Example


Text Example

White with #922A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,42,25); }

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

background-color css

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

 a { background-color: rgb(146,42,25); }

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

border-color css

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

 span { border-color: rgb(146,42,25); }

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