Html Css Color HEX #922C0C Burnt Umber

📋 copy color: '#922C0C'

red 146 ◦ green 44 ◦ blue 12

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

Shades of Burnt Umber #922C0C

Tints of Burnt Umber #922C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 72.28%
G = 21.78%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#922C0C (or 0x922C0C) is known color: Burnt Umber. HEX triplet: 92, 2C and 0C. RGB value is (146,44,12). Sum of RGB (Red+Green+Blue) = 146+44+12=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #922C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922C0C is #6DD3F3. Grayscale: #474747. Windows color (decimal): -7197684 or 797842. OLE color: 797842.

HSL color Cylindrical-coordinate representation of color #922C0C: hue angle of 14.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #922C0C is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 44 12 -
CMYK 0 0.70 0.92 0.43
HSL 14.33º 0.85% 0.31% -
HSV(B) 14.33º 0.92% 0.57% -
XYZ 12.82 7.94 1.2 -
YUV 70.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 146 44 12 0 0.70 0.92 0.43 14.33 0.85 0.31
Hex 92 2C C 0 46 5C 2B E 55 1F
Octal 222 54 14 0 106 134 53 16 125 37
Binary 10010010 101100 1100 0 1000110 1011100 101011 1110 1010101 11111

Color Harmonies of #922C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922C0C

Black with #922C0C

Text Example


Text Example

White with #922C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,44,12); }

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

background-color css

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

 a { background-color: rgb(146,44,12); }

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

border-color css

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

 span { border-color: rgb(146,44,12); }

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