Html Css Color HEX #993215 Burnt Umber

📋 copy color: '#993215'

red 153 ◦ green 50 ◦ blue 21

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

Shades of Burnt Umber #993215

Tints of Burnt Umber #993215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 68.3%
G = 22.32%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993215 (or 0x993215) is known color: Burnt Umber. HEX triplet: 99, 32 and 15. RGB value is (153,50,21). Sum of RGB (Red+Green+Blue) = 153+50+21=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #993215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993215 is #66CDEA. Grayscale: #4D4D4D. Windows color (decimal): -6737387 or 1389209. OLE color: 1389209.

HSL color Cylindrical-coordinate representation of color #993215: hue angle of 13.18º 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 #993215 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 21 -
CMYK 0 0.67 0.86 0.4
HSL 13.18º 0.76% 0.34% -
HSV(B) 13.18º 0.86% 0.6% -
XYZ 14.41 9.11 1.71 -
YUV 77.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 153 50 21 0 0.67 0.86 0.4 13.18 0.76 0.34
Hex 99 32 15 0 43 56 28 D 4C 22
Octal 231 62 25 0 103 126 50 15 114 42
Binary 10011001 110010 10101 0 1000011 1010110 101000 1101 1001100 100010

Color Harmonies of #993215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993215

Black with #993215

Text Example


Text Example

White with #993215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993215; }

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

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

background-color css

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

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

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

border-color css

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

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

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