Html Css Color HEX #9D4C00 Saddle Brown

📋 copy color: '#9D4C00'

red 157 ◦ green 76 ◦ blue 0

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

Shades of Saddle Brown #9D4C00

Tints of Saddle Brown #9D4C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 67.38%
G = 32.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9D4C00 (or 0x9D4C00) is known color: Saddle Brown. HEX triplet: 9D, 4C and 00. RGB value is (157,76,0). Sum of RGB (Red+Green+Blue) = 157+76+0=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4C00 is #62B3FF. Grayscale: #5B5B5B. Windows color (decimal): -6468608 or 19613. OLE color: 19613.

HSL color Cylindrical-coordinate representation of color #9D4C00: hue angle of 29.04º 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 #9D4C00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 76 0 -
CMYK 0 0.52 1 0.38
HSL 29.04º 1% 0.31% -
HSV(B) 29.04º 1% 0.62% -
XYZ 16.49 12.34 1.51 -
YUV 91.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 157 76 0 0 0.52 1 0.38 29.04 1 0.31
Hex 9D 4C 0 0 34 64 26 1D 64 1F
Octal 235 114 0 0 64 144 46 35 144 37
Binary 10011101 1001100 0 0 110100 1100100 100110 11101 1100100 11111

Color Harmonies of #9D4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C00

Black with #9D4C00

Text Example


Text Example

White with #9D4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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