Html Css Color HEX #993311 Burnt Umber

📋 copy color: '#993311'

red 153 ◦ green 51 ◦ blue 17

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

Shades of Burnt Umber #993311

Tints of Burnt Umber #993311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 69.23%
G = 23.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993311 (or 0x993311) is known color: Burnt Umber. HEX triplet: 99, 33 and 11. RGB value is (153,51,17). Sum of RGB (Red+Green+Blue) = 153+51+17=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993311 is #66CCEE. Grayscale: #4D4D4D. Windows color (decimal): -6737135 or 1127321. OLE color: 1127321.

HSL color Cylindrical-coordinate representation of color #993311: hue angle of 15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #993311 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 17 -
CMYK 0 0.67 0.89 0.4
HSL 15º 0.8% 0.33% -
HSV(B) 15º 0.89% 0.6% -
XYZ 14.42 9.18 1.54 -
YUV 77.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 153 51 17 0 0.67 0.89 0.4 15 0.8 0.33
Hex 99 33 11 0 43 59 28 F 50 21
Octal 231 63 21 0 103 131 50 17 120 41
Binary 10011001 110011 10001 0 1000011 1011001 101000 1111 1010000 100001

Color Harmonies of #993311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993311

Black with #993311

Text Example


Text Example

White with #993311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993311; }

 p { color: rgb(153,51,17); }

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

background-color css

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

 a { background-color: rgb(153,51,17); }

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

border-color css

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

 span { border-color: rgb(153,51,17); }

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