Html Css Color HEX #9D460F Saddle Brown

📋 copy color: '#9D460F'

red 157 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #9D460F

Tints of Saddle Brown #9D460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.93%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 64.88%
G = 28.93%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D460F (or 0x9D460F) is known color: Saddle Brown. HEX triplet: 9D, 46 and 0F. RGB value is (157,70,15). Sum of RGB (Red+Green+Blue) = 157+70+15=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D460F is #62B9F0. Grayscale: #5A5A5A. Windows color (decimal): -6470129 or 1001117. OLE color: 1001117.

HSL color Cylindrical-coordinate representation of color #9D460F: hue angle of 23.24º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D460F is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 70 15 -
CMYK 0 0.55 0.90 0.38
HSL 23.24º 0.83% 0.34% -
HSV(B) 23.24º 0.9% 0.62% -
XYZ 16.18 11.58 1.83 -
YUV 89.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 157 70 15 0 0.55 0.90 0.38 23.24 0.83 0.34
Hex 9D 46 F 0 37 5A 26 17 53 22
Octal 235 106 17 0 67 132 46 27 123 42
Binary 10011101 1000110 1111 0 110111 1011010 100110 10111 1010011 100010

Color Harmonies of #9D460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D460F

Black with #9D460F

Text Example


Text Example

White with #9D460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,70,15); }

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

background-color css

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

 a { background-color: rgb(157,70,15); }

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

border-color css

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

 span { border-color: rgb(157,70,15); }

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