Html Css Color HEX #9D4D14 Saddle Brown

📋 copy color: '#9D4D14'

red 157 ◦ green 77 ◦ blue 20

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

Shades of Saddle Brown #9D4D14

Tints of Saddle Brown #9D4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 61.81%
G = 30.31%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D4D14 (or 0x9D4D14) is known color: Saddle Brown. HEX triplet: 9D, 4D and 14. RGB value is (157,77,20). Sum of RGB (Red+Green+Blue) = 157+77+20=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4D14 is #62B2EB. Grayscale: #5E5E5E. Windows color (decimal): -6468332 or 1330589. OLE color: 1330589.

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

Color convert

RGB 157 77 20 -
CMYK 0 0.51 0.87 0.38
HSL 24.96º 0.77% 0.35% -
HSV(B) 24.96º 0.87% 0.62% -
XYZ 16.68 12.53 2.2 -
YUV 94.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 157 77 20 0 0.51 0.87 0.38 24.96 0.77 0.35
Hex 9D 4D 14 0 33 57 26 19 4D 23
Octal 235 115 24 0 63 127 46 31 115 43
Binary 10011101 1001101 10100 0 110011 1010111 100110 11001 1001101 100011

Color Harmonies of #9D4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D14

Black with #9D4D14

Text Example


Text Example

White with #9D4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,20); }

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

background-color css

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

 a { background-color: rgb(157,77,20); }

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

border-color css

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

 span { border-color: rgb(157,77,20); }

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