Html Css Color HEX #9D5E10 Golden Brown

📋 copy color: '#9D5E10'

red 157 ◦ green 94 ◦ blue 16

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

Shades of Golden Brown #9D5E10

Tints of Golden Brown #9D5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.21%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 58.8%
G = 35.21%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D5E10 (or 0x9D5E10) is known color: Golden Brown. HEX triplet: 9D, 5E and 10. RGB value is (157,94,16). Sum of RGB (Red+Green+Blue) = 157+94+16=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5E10 is #62A1EF. Grayscale: #686868. Windows color (decimal): -6463984 or 1072797. OLE color: 1072797.

HSL color Cylindrical-coordinate representation of color #9D5E10: hue angle of 33.19º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D5E10 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 94 16 -
CMYK 0 0.40 0.90 0.38
HSL 33.19º 0.82% 0.34% -
HSV(B) 33.19º 0.9% 0.62% -
XYZ 18 15.21 2.48 -
YUV 103.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 157 94 16 0 0.40 0.90 0.38 33.19 0.82 0.34
Hex 9D 5E 10 0 28 5A 26 21 52 22
Octal 235 136 20 0 50 132 46 41 122 42
Binary 10011101 1011110 10000 0 101000 1011010 100110 100001 1010010 100010

Color Harmonies of #9D5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E10

Black with #9D5E10

Text Example


Text Example

White with #9D5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,16); }

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

background-color css

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

 a { background-color: rgb(157,94,16); }

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

border-color css

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

 span { border-color: rgb(157,94,16); }

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