Html Css Color HEX #993015 Burnt Umber

📋 copy color: '#993015'

red 153 ◦ green 48 ◦ blue 21

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

Shades of Burnt Umber #993015

Tints of Burnt Umber #993015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 68.92%
G = 21.62%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993015 (or 0x993015) is known color: Burnt Umber. HEX triplet: 99, 30 and 15. RGB value is (153,48,21). Sum of RGB (Red+Green+Blue) = 153+48+21=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #993015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993015 is #66CFEA. Grayscale: #4C4C4C. Windows color (decimal): -6737899 or 1388697. OLE color: 1388697.

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

Color convert

RGB 153 48 21 -
CMYK 0 0.69 0.86 0.4
HSL 12.27º 0.76% 0.34% -
HSV(B) 12.27º 0.86% 0.6% -
XYZ 14.33 8.94 1.68 -
YUV 76.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 153 48 21 0 0.69 0.86 0.4 12.27 0.76 0.34
Hex 99 30 15 0 45 56 28 C 4C 22
Octal 231 60 25 0 105 126 50 14 114 42
Binary 10011001 110000 10101 0 1000101 1010110 101000 1100 1001100 100010

Color Harmonies of #993015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993015

Black with #993015

Text Example


Text Example

White with #993015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993015; }

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

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

background-color css

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

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

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

border-color css

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

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

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