Html Css Color HEX #922D20 Burnt Umber

📋 copy color: '#922D20'

red 146 ◦ green 45 ◦ blue 32

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

Shades of Burnt Umber #922D20

Tints of Burnt Umber #922D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 65.47%
G = 20.18%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#922D20 (or 0x922D20) is known color: Burnt Umber. HEX triplet: 92, 2D and 20. RGB value is (146,45,32). Sum of RGB (Red+Green+Blue) = 146+45+32=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #922D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922D20 is #6DD2DF. Grayscale: #494949. Windows color (decimal): -7197408 or 2108818. OLE color: 2108818.

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

Color convert

RGB 146 45 32 -
CMYK 0 0.69 0.78 0.43
HSL 6.84º 0.64% 0.35% -
HSV(B) 6.84º 0.78% 0.57% -
XYZ 13.05 8.09 2.24 -
YUV 73.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 146 45 32 0 0.69 0.78 0.43 6.84 0.64 0.35
Hex 92 2D 20 0 45 4E 2B 7 40 23
Octal 222 55 40 0 105 116 53 7 100 43
Binary 10010010 101101 100000 0 1000101 1001110 101011 111 1000000 100011

Color Harmonies of #922D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922D20

Black with #922D20

Text Example


Text Example

White with #922D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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