Html Css Color HEX #922E1A Burnt Umber

📋 copy color: '#922E1A'

red 146 ◦ green 46 ◦ blue 26

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

Shades of Burnt Umber #922E1A

Tints of Burnt Umber #922E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.1%

 BLUE value IS 26 (10.55% from 255) = 11.93%

R = 66.97%
G = 21.1%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#922E1A (or 0x922E1A) is known color: Burnt Umber. HEX triplet: 92, 2E and 1A. RGB value is (146,46,26). Sum of RGB (Red+Green+Blue) = 146+46+26=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #922E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922E1A is #6DD1E5. Grayscale: #494949. Windows color (decimal): -7197158 or 1715858. OLE color: 1715858.

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

Color convert

RGB 146 46 26 -
CMYK 0 0.68 0.82 0.43
HSL 10º 0.7% 0.34% -
HSV(B) 10º 0.82% 0.57% -
XYZ 13.02 8.14 1.86 -
YUV 73.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 146 46 26 0 0.68 0.82 0.43 10 0.7 0.34
Hex 92 2E 1A 0 44 52 2B A 46 22
Octal 222 56 32 0 104 122 53 12 106 42
Binary 10010010 101110 11010 0 1000100 1010010 101011 1010 1000110 100010

Color Harmonies of #922E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922E1A

Black with #922E1A

Text Example


Text Example

White with #922E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,46,26); }

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

background-color css

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

 a { background-color: rgb(146,46,26); }

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

border-color css

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

 span { border-color: rgb(146,46,26); }

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