Html Css Color HEX #9D4F13 Saddle Brown

📋 copy color: '#9D4F13'

red 157 ◦ green 79 ◦ blue 19

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

Shades of Saddle Brown #9D4F13

Tints of Saddle Brown #9D4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 61.57%
G = 30.98%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D4F13 (or 0x9D4F13) is known color: Saddle Brown. HEX triplet: 9D, 4F and 13. RGB value is (157,79,19). Sum of RGB (Red+Green+Blue) = 157+79+19=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4F13 is #62B0EC. Grayscale: #5F5F5F. Windows color (decimal): -6467821 or 1265565. OLE color: 1265565.

HSL color Cylindrical-coordinate representation of color #9D4F13: hue angle of 26.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D4F13 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 79 19 -
CMYK 0 0.50 0.88 0.38
HSL 26.09º 0.78% 0.35% -
HSV(B) 26.09º 0.88% 0.62% -
XYZ 16.82 12.81 2.2 -
YUV 95.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 157 79 19 0 0.50 0.88 0.38 26.09 0.78 0.35
Hex 9D 4F 13 0 32 58 26 1A 4E 23
Octal 235 117 23 0 62 130 46 32 116 43
Binary 10011101 1001111 10011 0 110010 1011000 100110 11010 1001110 100011

Color Harmonies of #9D4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4F13

Black with #9D4F13

Text Example


Text Example

White with #9D4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,79,19); }

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

background-color css

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

 a { background-color: rgb(157,79,19); }

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

border-color css

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

 span { border-color: rgb(157,79,19); }

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