Html Css Color HEX #993B15 Saddle Brown

📋 copy color: '#993B15'

red 153 ◦ green 59 ◦ blue 21

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

Shades of Saddle Brown #993B15

Tints of Saddle Brown #993B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.32%

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

R = 65.67%
G = 25.32%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993B15 (or 0x993B15) is known color: Saddle Brown. HEX triplet: 99, 3B and 15. RGB value is (153,59,21). Sum of RGB (Red+Green+Blue) = 153+59+21=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #993B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B15 is #66C4EA. Grayscale: #535353. Windows color (decimal): -6735083 or 1391513. OLE color: 1391513.

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

Color convert

RGB 153 59 21 -
CMYK 0 0.61 0.86 0.4
HSL 17.27º 0.76% 0.34% -
HSV(B) 17.27º 0.86% 0.6% -
XYZ 14.84 9.95 1.85 -
YUV 82.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 153 59 21 0 0.61 0.86 0.4 17.27 0.76 0.34
Hex 99 3B 15 0 3D 56 28 11 4C 22
Octal 231 73 25 0 75 126 50 21 114 42
Binary 10011001 111011 10101 0 111101 1010110 101000 10001 1001100 100010

Color Harmonies of #993B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B15

Black with #993B15

Text Example


Text Example

White with #993B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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