#993315

Color #993315 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #993315

Tints of Burnt Umber #993315

Color information

#993315 (or 0x993315) is unknown color: approx Burnt Umber. HEX triplet: 99, 33 and 15. RGB value is (153,51,21). Sum of RGB (Red+Green+Blue) = 153+51+21=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993315 is #66CCEA. Grayscale: #4E4E4E. Windows color (decimal): -6737131 or 1389465. OLE color: 1389465.

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

Color convert

RGB1535121-
CMYK00.670.860.4
HSL13.64º75.86%34.12%-
HSV(B)13.64º86.27%60%-
XYZ14.469.191.72-
YUV78.0895.79181.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=68%
G=22.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153512100.670.860.413.6475.8634.12
Hex9933150435628e4c22
Octal23163250103126501611442
Binary100110011100111010101000011101011010100011101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993315; }

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

 H1.HeaderClassName
 {
   color: #993315;
 }
 .AnyTagClassName
 {
   color: #993315;
 }
</style>
background-color css

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

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

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

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

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

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