Html Css Color HEX #993915 Saddle Brown

📋 copy color: '#993915'

red 153 ◦ green 57 ◦ blue 21

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

Shades of Saddle Brown #993915

Tints of Saddle Brown #993915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.68%

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

R = 66.23%
G = 24.68%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993915 (or 0x993915) is known color: Saddle Brown. HEX triplet: 99, 39 and 15. RGB value is (153,57,21). Sum of RGB (Red+Green+Blue) = 153+57+21=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #993915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993915 is #66C6EA. Grayscale: #515151. Windows color (decimal): -6735595 or 1391001. OLE color: 1391001.

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

Color convert

RGB 153 57 21 -
CMYK 0 0.63 0.86 0.4
HSL 16.36º 0.76% 0.34% -
HSV(B) 16.36º 0.86% 0.6% -
XYZ 14.74 9.75 1.82 -
YUV 81.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 153 57 21 0 0.63 0.86 0.4 16.36 0.76 0.34
Hex 99 39 15 0 3F 56 28 10 4C 22
Octal 231 71 25 0 77 126 50 20 114 42
Binary 10011001 111001 10101 0 111111 1010110 101000 10000 1001100 100010

Color Harmonies of #993915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993915

Black with #993915

Text Example


Text Example

White with #993915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993915; }

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

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

background-color css

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

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

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

border-color css

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

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

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