Html Css Color HEX #942B11 Burnt Umber

📋 copy color: '#942B11'

red 148 ◦ green 43 ◦ blue 17

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

Shades of Burnt Umber #942B11

Tints of Burnt Umber #942B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.67%

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

R = 71.15%
G = 20.67%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942B11 (or 0x942B11) is known color: Burnt Umber. HEX triplet: 94, 2B and 11. RGB value is (148,43,17). Sum of RGB (Red+Green+Blue) = 148+43+17=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #942B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B11 is #6BD4EE. Grayscale: #474747. Windows color (decimal): -7066863 or 1125268. OLE color: 1125268.

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

Color convert

RGB 148 43 17 -
CMYK 0 0.71 0.89 0.42
HSL 11.91º 0.79% 0.32% -
HSV(B) 11.91º 0.89% 0.58% -
XYZ 13.18 8.06 1.39 -
YUV 71.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 148 43 17 0 0.71 0.89 0.42 11.91 0.79 0.32
Hex 94 2B 11 0 47 59 2A C 4F 20
Octal 224 53 21 0 107 131 52 14 117 40
Binary 10010100 101011 10001 0 1000111 1011001 101010 1100 1001111 100000

Color Harmonies of #942B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B11

Black with #942B11

Text Example


Text Example

White with #942B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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