Html Css Color HEX #993117 Burnt Umber

📋 copy color: '#993117'

red 153 ◦ green 49 ◦ blue 23

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

Shades of Burnt Umber #993117

Tints of Burnt Umber #993117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 23 (9.38% from 255) = 10.22%

R = 68%
G = 21.78%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#993117 (or 0x993117) is known color: Burnt Umber. HEX triplet: 99, 31 and 17. RGB value is (153,49,23). Sum of RGB (Red+Green+Blue) = 153+49+23=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993117 is #66CEE8. Grayscale: #4D4D4D. Windows color (decimal): -6737641 or 1520025. OLE color: 1520025.

HSL color Cylindrical-coordinate representation of color #993117: hue angle of 12º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #993117 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 23 -
CMYK 0 0.68 0.85 0.4
HSL 12º 0.74% 0.35% -
HSV(B) 12º 0.85% 0.6% -
XYZ 14.39 9.03 1.8 -
YUV 77.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 153 49 23 0 0.68 0.85 0.4 12 0.74 0.35
Hex 99 31 17 0 44 55 28 C 4A 23
Octal 231 61 27 0 104 125 50 14 112 43
Binary 10011001 110001 10111 0 1000100 1010101 101000 1100 1001010 100011

Color Harmonies of #993117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993117

Black with #993117

Text Example


Text Example

White with #993117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993117; }

 p { color: rgb(153,49,23); }

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

background-color css

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

 a { background-color: rgb(153,49,23); }

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

border-color css

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

 span { border-color: rgb(153,49,23); }

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