Html Css Color HEX #993709 Saddle Brown

📋 copy color: '#993709'

red 153 ◦ green 55 ◦ blue 9

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

Shades of Saddle Brown #993709

Tints of Saddle Brown #993709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 9 (3.91% from 255) = 4.15%

R = 70.51%
G = 25.35%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#993709 (or 0x993709) is known color: Saddle Brown. HEX triplet: 99, 37 and 09. RGB value is (153,55,9). Sum of RGB (Red+Green+Blue) = 153+55+9=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #993709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993709 is #66C8F6. Grayscale: #4F4F4F. Windows color (decimal): -6736119 or 604057. OLE color: 604057.

HSL color Cylindrical-coordinate representation of color #993709: hue angle of 19.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #993709 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 9 -
CMYK 0 0.64 0.94 0.4
HSL 19.17º 0.89% 0.32% -
HSV(B) 19.17º 0.94% 0.6% -
XYZ 14.55 9.52 1.33 -
YUV 79.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 153 55 9 0 0.64 0.94 0.4 19.17 0.89 0.32
Hex 99 37 9 0 40 5E 28 13 59 20
Octal 231 67 11 0 100 136 50 23 131 40
Binary 10011001 110111 1001 0 1000000 1011110 101000 10011 1011001 100000

Color Harmonies of #993709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993709

Black with #993709

Text Example


Text Example

White with #993709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993709; }

 p { color: rgb(153,55,9); }

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

background-color css

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

 a { background-color: rgb(153,55,9); }

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

border-color css

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

 span { border-color: rgb(153,55,9); }

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