Html Css Color HEX #9D3500 Saddle Brown

📋 copy color: '#9D3500'

red 157 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #9D3500

Tints of Saddle Brown #9D3500

RGB

 RED value IS 157 (61.72% from 255) = 74.76%

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

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

R = 74.76%
G = 25.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9D3500 (or 0x9D3500) is known color: Saddle Brown. HEX triplet: 9D, 35 and 00. RGB value is (157,53,0). Sum of RGB (Red+Green+Blue) = 157+53+0=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3500 is #62CAFF. Grayscale: #4E4E4E. Windows color (decimal): -6474496 or 13725. OLE color: 13725.

HSL color Cylindrical-coordinate representation of color #9D3500: hue angle of 20.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D3500 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 53 0 -
CMYK 0 0.66 1 0.38
HSL 20.25º 1% 0.31% -
HSV(B) 20.25º 1% 0.62% -
XYZ 15.18 9.71 1.08 -
YUV 78.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 157 53 0 0 0.66 1 0.38 20.25 1 0.31
Hex 9D 35 0 0 42 64 26 14 64 1F
Octal 235 65 0 0 102 144 46 24 144 37
Binary 10011101 110101 0 0 1000010 1100100 100110 10100 1100100 11111

Color Harmonies of #9D3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3500

Black with #9D3500

Text Example


Text Example

White with #9D3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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