Html Css Color HEX #942D11 Burnt Umber

📋 copy color: '#942D11'

red 148 ◦ green 45 ◦ blue 17

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

Shades of Burnt Umber #942D11

Tints of Burnt Umber #942D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

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

R = 70.48%
G = 21.43%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942D11 (or 0x942D11) is known color: Burnt Umber. HEX triplet: 94, 2D and 11. RGB value is (148,45,17). Sum of RGB (Red+Green+Blue) = 148+45+17=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #942D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D11 is #6BD2EE. Grayscale: #484848. Windows color (decimal): -7066351 or 1125780. OLE color: 1125780.

HSL color Cylindrical-coordinate representation of color #942D11: hue angle of 12.82º 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 #942D11 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 45 17 -
CMYK 0 0.70 0.89 0.42
HSL 12.82º 0.79% 0.32% -
HSV(B) 12.82º 0.89% 0.58% -
XYZ 13.25 8.21 1.42 -
YUV 72.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 148 45 17 0 0.70 0.89 0.42 12.82 0.79 0.32
Hex 94 2D 11 0 46 59 2A D 4F 20
Octal 224 55 21 0 106 131 52 15 117 40
Binary 10010100 101101 10001 0 1000110 1011001 101010 1101 1001111 100000

Color Harmonies of #942D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D11

Black with #942D11

Text Example


Text Example

White with #942D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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