Html Css Color HEX #933113 Burnt Umber

📋 copy color: '#933113'

red 147 ◦ green 49 ◦ blue 19

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

Shades of Burnt Umber #933113

Tints of Burnt Umber #933113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 68.37%
G = 22.79%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#933113 (or 0x933113) is known color: Burnt Umber. HEX triplet: 93, 31 and 13. RGB value is (147,49,19). Sum of RGB (Red+Green+Blue) = 147+49+19=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #933113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933113 is #6CCEEC. Grayscale: #4B4B4B. Windows color (decimal): -7130861 or 1257875. OLE color: 1257875.

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

Color convert

RGB 147 49 19 -
CMYK 0 0.67 0.87 0.42
HSL 14.06º 0.77% 0.33% -
HSV(B) 14.06º 0.87% 0.58% -
XYZ 13.25 8.45 1.55 -
YUV 74.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 147 49 19 0 0.67 0.87 0.42 14.06 0.77 0.33
Hex 93 31 13 0 43 57 2A E 4D 21
Octal 223 61 23 0 103 127 52 16 115 41
Binary 10010011 110001 10011 0 1000011 1010111 101010 1110 1001101 100001

Color Harmonies of #933113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933113

Black with #933113

Text Example


Text Example

White with #933113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933113; }

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

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

background-color css

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

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

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

border-color css

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

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

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