Html Css Color HEX #993500 Saddle Brown

📋 copy color: '#993500'

red 153 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #993500

Tints of Saddle Brown #993500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.27%
G = 25.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#993500 (or 0x993500) is known color: Saddle Brown. HEX triplet: 99, 35 and 00. RGB value is (153,53,0). Sum of RGB (Red+Green+Blue) = 153+53+0=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #993500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993500 is #66CAFF. Grayscale: #4D4D4D. Windows color (decimal): -6736640 or 13721. OLE color: 13721.

HSL color Cylindrical-coordinate representation of color #993500: hue angle of 20.78º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #993500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 0 -
CMYK 0 0.65 1 0.4
HSL 20.78º 1% 0.3% -
HSV(B) 20.78º 1% 0.6% -
XYZ 14.41 9.32 1.04 -
YUV 76.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 153 53 0 0 0.65 1 0.4 20.78 1 0.3
Hex 99 35 0 0 41 64 28 15 64 1E
Octal 231 65 0 0 101 144 50 25 144 36
Binary 10011001 110101 0 0 1000001 1100100 101000 10101 1100100 11110

Color Harmonies of #993500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993500

Black with #993500

Text Example


Text Example

White with #993500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993500; }

 p { color: rgb(153,53,0); }

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

background-color css

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

 a { background-color: rgb(153,53,0); }

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

border-color css

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

 span { border-color: rgb(153,53,0); }

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