Html Css Color HEX #922A0D Burnt Umber

📋 copy color: '#922A0D'

red 146 ◦ green 42 ◦ blue 13

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

Shades of Burnt Umber #922A0D

Tints of Burnt Umber #922A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 72.64%
G = 20.9%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#922A0D (or 0x922A0D) is known color: Burnt Umber. HEX triplet: 92, 2A and 0D. RGB value is (146,42,13). Sum of RGB (Red+Green+Blue) = 146+42+13=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #922A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A0D is #6DD5F2. Grayscale: #464646. Windows color (decimal): -7198195 or 862866. OLE color: 862866.

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

Color convert

RGB 146 42 13 -
CMYK 0 0.71 0.91 0.43
HSL 13.08º 0.84% 0.31% -
HSV(B) 13.08º 0.91% 0.57% -
XYZ 12.75 7.8 1.21 -
YUV 69.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 146 42 13 0 0.71 0.91 0.43 13.08 0.84 0.31
Hex 92 2A D 0 47 5B 2B D 54 1F
Octal 222 52 15 0 107 133 53 15 124 37
Binary 10010010 101010 1101 0 1000111 1011011 101011 1101 1010100 11111

Color Harmonies of #922A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922A0D

Black with #922A0D

Text Example


Text Example

White with #922A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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