Html Css Color HEX #933112 Burnt Umber

📋 copy color: '#933112'

red 147 ◦ green 49 ◦ blue 18

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

Shades of Burnt Umber #933112

Tints of Burnt Umber #933112

RGB

 RED value IS 147 (57.81% from 255) = 68.69%

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 68.69%
G = 22.9%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#933112 (or 0x933112) is known color: Burnt Umber. HEX triplet: 93, 31 and 12. RGB value is (147,49,18). Sum of RGB (Red+Green+Blue) = 147+49+18=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #933112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933112 is #6CCEED. Grayscale: #4A4A4A. Windows color (decimal): -7130862 or 1192339. OLE color: 1192339.

HSL color Cylindrical-coordinate representation of color #933112: hue angle of 14.42º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #933112 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 49 18 -
CMYK 0 0.67 0.88 0.42
HSL 14.42º 0.78% 0.32% -
HSV(B) 14.42º 0.88% 0.58% -
XYZ 13.24 8.44 1.5 -
YUV 74.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 147 49 18 0 0.67 0.88 0.42 14.42 0.78 0.32
Hex 93 31 12 0 43 58 2A E 4E 20
Octal 223 61 22 0 103 130 52 16 116 40
Binary 10010011 110001 10010 0 1000011 1011000 101010 1110 1001110 100000

Color Harmonies of #933112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933112

Black with #933112

Text Example


Text Example

White with #933112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933112; }

 p { color: rgb(147,49,18); }

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

background-color css

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

 a { background-color: rgb(147,49,18); }

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

border-color css

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

 span { border-color: rgb(147,49,18); }

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