Html Css Color HEX #993013 Burnt Umber

📋 copy color: '#993013'

red 153 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #993013

Tints of Burnt Umber #993013

RGB

 RED value IS 153 (60.16% from 255) = 69.55%

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 69.55%
G = 21.82%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993013 (or 0x993013) is known color: Burnt Umber. HEX triplet: 99, 30 and 13. RGB value is (153,48,19). Sum of RGB (Red+Green+Blue) = 153+48+19=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #993013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993013 is #66CFEC. Grayscale: #4C4C4C. Windows color (decimal): -6737901 or 1257625. OLE color: 1257625.

HSL color Cylindrical-coordinate representation of color #993013: hue angle of 12.99º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993013 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 19 -
CMYK 0 0.69 0.88 0.4
HSL 12.99º 0.78% 0.34% -
HSV(B) 12.99º 0.88% 0.6% -
XYZ 14.31 8.93 1.59 -
YUV 76.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 153 48 19 0 0.69 0.88 0.4 12.99 0.78 0.34
Hex 99 30 13 0 45 58 28 D 4E 22
Octal 231 60 23 0 105 130 50 15 116 42
Binary 10011001 110000 10011 0 1000101 1011000 101000 1101 1001110 100010

Color Harmonies of #993013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993013

Black with #993013

Text Example


Text Example

White with #993013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993013; }

 p { color: rgb(153,48,19); }

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

background-color css

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

 a { background-color: rgb(153,48,19); }

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

border-color css

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

 span { border-color: rgb(153,48,19); }

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