Html Css Color HEX #9D5004 Saddle Brown

📋 copy color: '#9D5004'

red 157 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #9D5004

Tints of Saddle Brown #9D5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 65.15%
G = 33.2%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D5004 (or 0x9D5004) is known color: Saddle Brown. HEX triplet: 9D, 50 and 04. RGB value is (157,80,4). Sum of RGB (Red+Green+Blue) = 157+80+4=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5004 is #62AFFB. Grayscale: #5E5E5E. Windows color (decimal): -6467580 or 282781. OLE color: 282781.

HSL color Cylindrical-coordinate representation of color #9D5004: hue angle of 29.8º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D5004 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 80 4 -
CMYK 0 0.49 0.97 0.38
HSL 29.8º 0.95% 0.32% -
HSV(B) 29.8º 0.97% 0.62% -
XYZ 16.8 12.91 1.72 -
YUV 94.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 157 80 4 0 0.49 0.97 0.38 29.8 0.95 0.32
Hex 9D 50 4 0 31 61 26 1E 5F 20
Octal 235 120 4 0 61 141 46 36 137 40
Binary 10011101 1010000 100 0 110001 1100001 100110 11110 1011111 100000

Color Harmonies of #9D5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5004

Black with #9D5004

Text Example


Text Example

White with #9D5004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,4); }

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

background-color css

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

 a { background-color: rgb(157,80,4); }

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

border-color css

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

 span { border-color: rgb(157,80,4); }

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