Html Css Color HEX #993F15 Saddle Brown

📋 copy color: '#993F15'

red 153 ◦ green 63 ◦ blue 21

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

Shades of Saddle Brown #993F15

Tints of Saddle Brown #993F15

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

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

R = 64.56%
G = 26.58%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993F15 (or 0x993F15) is known color: Saddle Brown. HEX triplet: 99, 3F and 15. RGB value is (153,63,21). Sum of RGB (Red+Green+Blue) = 153+63+21=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F15 is #66C0EA. Grayscale: #555555. Windows color (decimal): -6734059 or 1392537. OLE color: 1392537.

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

Color convert

RGB 153 63 21 -
CMYK 0 0.59 0.86 0.4
HSL 19.09º 0.76% 0.34% -
HSV(B) 19.09º 0.86% 0.6% -
XYZ 15.05 10.38 1.92 -
YUV 85.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 153 63 21 0 0.59 0.86 0.4 19.09 0.76 0.34
Hex 99 3F 15 0 3B 56 28 13 4C 22
Octal 231 77 25 0 73 126 50 23 114 42
Binary 10011001 111111 10101 0 111011 1010110 101000 10011 1001100 100010

Color Harmonies of #993F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F15

Black with #993F15

Text Example


Text Example

White with #993F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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