Html Css Color HEX #993109 Saddle Brown

📋 copy color: '#993109'

red 153 ◦ green 49 ◦ blue 9

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

Shades of Saddle Brown #993109

Tints of Saddle Brown #993109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 72.51%
G = 23.22%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#993109 (or 0x993109) is known color: Saddle Brown. HEX triplet: 99, 31 and 09. RGB value is (153,49,9). Sum of RGB (Red+Green+Blue) = 153+49+9=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #993109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993109 is #66CEF6. Grayscale: #4B4B4B. Windows color (decimal): -6737655 or 602521. OLE color: 602521.

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

Color convert

RGB 153 49 9 -
CMYK 0 0.68 0.94 0.4
HSL 16.67º 0.89% 0.32% -
HSV(B) 16.67º 0.94% 0.6% -
XYZ 14.28 8.99 1.24 -
YUV 75.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 153 49 9 0 0.68 0.94 0.4 16.67 0.89 0.32
Hex 99 31 9 0 44 5E 28 11 59 20
Octal 231 61 11 0 104 136 50 21 131 40
Binary 10011001 110001 1001 0 1000100 1011110 101000 10001 1011001 100000

Color Harmonies of #993109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993109

Black with #993109

Text Example


Text Example

White with #993109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993109; }

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

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

background-color css

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

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

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

border-color css

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

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

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