Html Css Color HEX #993410 Saddle Brown

📋 copy color: '#993410'

red 153 ◦ green 52 ◦ blue 16

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

Shades of Saddle Brown #993410

Tints of Saddle Brown #993410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 69.23%
G = 23.53%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#993410 (or 0x993410) is known color: Saddle Brown. HEX triplet: 99, 34 and 10. RGB value is (153,52,16). Sum of RGB (Red+Green+Blue) = 153+52+16=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993410 is #66CBEF. Grayscale: #4E4E4E. Windows color (decimal): -6736880 or 1062041. OLE color: 1062041.

HSL color Cylindrical-coordinate representation of color #993410: hue angle of 15.77º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993410 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 16 -
CMYK 0 0.66 0.90 0.4
HSL 15.77º 0.81% 0.33% -
HSV(B) 15.77º 0.9% 0.6% -
XYZ 14.46 9.27 1.52 -
YUV 78.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 153 52 16 0 0.66 0.90 0.4 15.77 0.81 0.33
Hex 99 34 10 0 42 5A 28 10 51 21
Octal 231 64 20 0 102 132 50 20 121 41
Binary 10011001 110100 10000 0 1000010 1011010 101000 10000 1010001 100001

Color Harmonies of #993410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993410

Black with #993410

Text Example


Text Example

White with #993410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993410; }

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

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

background-color css

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

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

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

border-color css

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

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

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