Html Css Color HEX #993012 Burnt Umber

📋 copy color: '#993012'

red 153 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #993012

Tints of Burnt Umber #993012

RGB

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

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

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

R = 69.86%
G = 21.92%
B = 8.22%

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

#993012 (or 0x993012) is known color: Burnt Umber. HEX triplet: 99, 30 and 12. RGB value is (153,48,18). Sum of RGB (Red+Green+Blue) = 153+48+18=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #993012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993012 is #66CFED. Grayscale: #4C4C4C. Windows color (decimal): -6737902 or 1192089. OLE color: 1192089.

HSL color Cylindrical-coordinate representation of color #993012: hue angle of 13.33º degrees, saturation: 0.79, 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 #993012 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 18 -
CMYK 0 0.69 0.88 0.4
HSL 13.33º 0.79% 0.34% -
HSV(B) 13.33º 0.88% 0.6% -
XYZ 14.3 8.93 1.54 -
YUV 75.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 153 48 18 0 0.69 0.88 0.4 13.33 0.79 0.34
Hex 99 30 12 0 45 58 28 D 4F 22
Octal 231 60 22 0 105 130 50 15 117 42
Binary 10011001 110000 10010 0 1000101 1011000 101000 1101 1001111 100010

Color Harmonies of #993012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993012

Black with #993012

Text Example


Text Example

White with #993012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993012; }

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

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

background-color css

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

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

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

border-color css

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

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

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