Html Css Color HEX #993409 Saddle Brown

📋 copy color: '#993409'

red 153 ◦ green 52 ◦ blue 9

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

Shades of Saddle Brown #993409

Tints of Saddle Brown #993409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

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

R = 71.5%
G = 24.3%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#993409 (or 0x993409) is known color: Saddle Brown. HEX triplet: 99, 34 and 09. RGB value is (153,52,9). Sum of RGB (Red+Green+Blue) = 153+52+9=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #993409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993409 is #66CBF6. Grayscale: #4D4D4D. Windows color (decimal): -6736887 or 603289. OLE color: 603289.

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

Color convert

RGB 153 52 9 -
CMYK 0 0.66 0.94 0.4
HSL 17.92º 0.89% 0.32% -
HSV(B) 17.92º 0.94% 0.6% -
XYZ 14.41 9.25 1.28 -
YUV 77.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 153 52 9 0 0.66 0.94 0.4 17.92 0.89 0.32
Hex 99 34 9 0 42 5E 28 12 59 20
Octal 231 64 11 0 102 136 50 22 131 40
Binary 10011001 110100 1001 0 1000010 1011110 101000 10010 1011001 100000

Color Harmonies of #993409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993409

Black with #993409

Text Example


Text Example

White with #993409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993409; }

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

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

background-color css

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

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

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

border-color css

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

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

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