Html Css Color HEX #942F11 Burnt Umber

📋 copy color: '#942F11'

red 148 ◦ green 47 ◦ blue 17

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

Shades of Burnt Umber #942F11

Tints of Burnt Umber #942F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 69.81%
G = 22.17%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942F11 (or 0x942F11) is known color: Burnt Umber. HEX triplet: 94, 2F and 11. RGB value is (148,47,17). Sum of RGB (Red+Green+Blue) = 148+47+17=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F11 is #6BD0EE. Grayscale: #4A4A4A. Windows color (decimal): -7065839 or 1126292. OLE color: 1126292.

HSL color Cylindrical-coordinate representation of color #942F11: hue angle of 13.74º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942F11 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 17 -
CMYK 0 0.68 0.89 0.42
HSL 13.74º 0.79% 0.32% -
HSV(B) 13.74º 0.89% 0.58% -
XYZ 13.33 8.37 1.44 -
YUV 73.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 148 47 17 0 0.68 0.89 0.42 13.74 0.79 0.32
Hex 94 2F 11 0 44 59 2A E 4F 20
Octal 224 57 21 0 104 131 52 16 117 40
Binary 10010100 101111 10001 0 1000100 1011001 101010 1110 1001111 100000

Color Harmonies of #942F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F11

Black with #942F11

Text Example


Text Example

White with #942F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942F11; }

 p { color: rgb(148,47,17); }

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

background-color css

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

 a { background-color: rgb(148,47,17); }

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

border-color css

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

 span { border-color: rgb(148,47,17); }

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