Html Css Color HEX #943111 Burnt Umber

📋 copy color: '#943111'

red 148 ◦ green 49 ◦ blue 17

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

Shades of Burnt Umber #943111

Tints of Burnt Umber #943111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

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

R = 69.16%
G = 22.9%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#943111 (or 0x943111) is known color: Burnt Umber. HEX triplet: 94, 31 and 11. RGB value is (148,49,17). Sum of RGB (Red+Green+Blue) = 148+49+17=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #943111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943111 is #6BCEEE. Grayscale: #4B4B4B. Windows color (decimal): -7065327 or 1126804. OLE color: 1126804.

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

Color convert

RGB 148 49 17 -
CMYK 0 0.67 0.89 0.42
HSL 14.66º 0.79% 0.32% -
HSV(B) 14.66º 0.89% 0.58% -
XYZ 13.41 8.53 1.47 -
YUV 74.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 148 49 17 0 0.67 0.89 0.42 14.66 0.79 0.32
Hex 94 31 11 0 43 59 2A F 4F 20
Octal 224 61 21 0 103 131 52 17 117 40
Binary 10010100 110001 10001 0 1000011 1011001 101010 1111 1001111 100000

Color Harmonies of #943111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943111

Black with #943111

Text Example


Text Example

White with #943111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943111; }

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

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

background-color css

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

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

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

border-color css

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

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

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