Html Css Color HEX #9D5505 Golden Brown

📋 copy color: '#9D5505'

red 157 ◦ green 85 ◦ blue 5

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

Shades of Golden Brown #9D5505

Tints of Golden Brown #9D5505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 63.56%
G = 34.41%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D5505 (or 0x9D5505) is known color: Golden Brown. HEX triplet: 9D, 55 and 05. RGB value is (157,85,5). Sum of RGB (Red+Green+Blue) = 157+85+5=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5505 is #62AAFA. Grayscale: #616161. Windows color (decimal): -6466299 or 349597. OLE color: 349597.

HSL color Cylindrical-coordinate representation of color #9D5505: hue angle of 31.58º degrees, saturation: 0.94, 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 #9D5505 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 85 5 -
CMYK 0 0.46 0.97 0.38
HSL 31.58º 0.94% 0.32% -
HSV(B) 31.58º 0.97% 0.62% -
XYZ 17.18 13.68 1.88 -
YUV 97.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 157 85 5 0 0.46 0.97 0.38 31.58 0.94 0.32
Hex 9D 55 5 0 2E 61 26 20 5E 20
Octal 235 125 5 0 56 141 46 40 136 40
Binary 10011101 1010101 101 0 101110 1100001 100110 100000 1011110 100000

Color Harmonies of #9D5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5505

Black with #9D5505

Text Example


Text Example

White with #9D5505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,85,5); }

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

background-color css

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

 a { background-color: rgb(157,85,5); }

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

border-color css

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

 span { border-color: rgb(157,85,5); }

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