Html Css Color HEX #993F18 Saddle Brown

📋 copy color: '#993F18'

red 153 ◦ green 63 ◦ blue 24

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

Shades of Saddle Brown #993F18

Tints of Saddle Brown #993F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 63.75%
G = 26.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#993F18 (or 0x993F18) is known color: Saddle Brown. HEX triplet: 99, 3F and 18. RGB value is (153,63,24). Sum of RGB (Red+Green+Blue) = 153+63+24=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F18 is #66C0E7. Grayscale: #555555. Windows color (decimal): -6734056 or 1589145. OLE color: 1589145.

HSL color Cylindrical-coordinate representation of color #993F18: hue angle of 18.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993F18 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 24 -
CMYK 0 0.59 0.84 0.4
HSL 18.14º 0.73% 0.35% -
HSV(B) 18.14º 0.84% 0.6% -
XYZ 15.08 10.39 2.08 -
YUV 85.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 153 63 24 0 0.59 0.84 0.4 18.14 0.73 0.35
Hex 99 3F 18 0 3B 54 28 12 49 23
Octal 231 77 30 0 73 124 50 22 111 43
Binary 10011001 111111 11000 0 111011 1010100 101000 10010 1001001 100011

Color Harmonies of #993F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F18

Black with #993F18

Text Example


Text Example

White with #993F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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