Html Css Color HEX #993705 Saddle Brown

📋 copy color: '#993705'

red 153 ◦ green 55 ◦ blue 5

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

Shades of Saddle Brown #993705

Tints of Saddle Brown #993705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 71.83%
G = 25.82%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#993705 (or 0x993705) is known color: Saddle Brown. HEX triplet: 99, 37 and 05. RGB value is (153,55,5). Sum of RGB (Red+Green+Blue) = 153+55+5=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #993705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993705 is #66C8FA. Grayscale: #4E4E4E. Windows color (decimal): -6736123 or 341913. OLE color: 341913.

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

Color convert

RGB 153 55 5 -
CMYK 0 0.64 0.97 0.4
HSL 20.27º 0.94% 0.31% -
HSV(B) 20.27º 0.97% 0.6% -
XYZ 14.53 9.52 1.21 -
YUV 78.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 153 55 5 0 0.64 0.97 0.4 20.27 0.94 0.31
Hex 99 37 5 0 40 61 28 14 5E 1F
Octal 231 67 5 0 100 141 50 24 136 37
Binary 10011001 110111 101 0 1000000 1100001 101000 10100 1011110 11111

Color Harmonies of #993705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993705

Black with #993705

Text Example


Text Example

White with #993705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993705; }

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

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

background-color css

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

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

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

border-color css

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

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

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