Html Css Color HEX #993014 Burnt Umber

📋 copy color: '#993014'

red 153 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #993014

Tints of Burnt Umber #993014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 69.23%
G = 21.72%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#993014 (or 0x993014) is known color: Burnt Umber. HEX triplet: 99, 30 and 14. RGB value is (153,48,20). Sum of RGB (Red+Green+Blue) = 153+48+20=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993014 is #66CFEB. Grayscale: #4C4C4C. Windows color (decimal): -6737900 or 1323161. OLE color: 1323161.

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

Color convert

RGB 153 48 20 -
CMYK 0 0.69 0.87 0.4
HSL 12.63º 0.77% 0.34% -
HSV(B) 12.63º 0.87% 0.6% -
XYZ 14.32 8.94 1.63 -
YUV 76.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 153 48 20 0 0.69 0.87 0.4 12.63 0.77 0.34
Hex 99 30 14 0 45 57 28 D 4D 22
Octal 231 60 24 0 105 127 50 15 115 42
Binary 10011001 110000 10100 0 1000101 1010111 101000 1101 1001101 100010

Color Harmonies of #993014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993014

Black with #993014

Text Example


Text Example

White with #993014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993014; }

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

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

background-color css

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

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

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

border-color css

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

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

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