Html Css Color HEX #942916 Burnt Umber

📋 copy color: '#942916'

red 148 ◦ green 41 ◦ blue 22

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

Shades of Burnt Umber #942916

Tints of Burnt Umber #942916

RGB

 RED value IS 148 (58.2% from 255) = 70.14%

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 70.14%
G = 19.43%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#942916 (or 0x942916) is known color: Burnt Umber. HEX triplet: 94, 29 and 16. RGB value is (148,41,22). Sum of RGB (Red+Green+Blue) = 148+41+22=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #942916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942916 is #6BD6E9. Grayscale: #474747. Windows color (decimal): -7067370 or 1452436. OLE color: 1452436.

HSL color Cylindrical-coordinate representation of color #942916: hue angle of 9.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #942916 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 22 -
CMYK 0 0.72 0.85 0.42
HSL 9.05º 0.74% 0.33% -
HSV(B) 9.05º 0.85% 0.58% -
XYZ 13.15 7.94 1.6 -
YUV 70.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 148 41 22 0 0.72 0.85 0.42 9.05 0.74 0.33
Hex 94 29 16 0 48 55 2A 9 4A 21
Octal 224 51 26 0 110 125 52 11 112 41
Binary 10010100 101001 10110 0 1001000 1010101 101010 1001 1001010 100001

Color Harmonies of #942916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942916

Black with #942916

Text Example


Text Example

White with #942916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942916; }

 p { color: rgb(148,41,22); }

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

background-color css

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

 a { background-color: rgb(148,41,22); }

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

border-color css

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

 span { border-color: rgb(148,41,22); }

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