Html Css Color HEX #9D590E Golden Brown

📋 copy color: '#9D590E'

red 157 ◦ green 89 ◦ blue 14

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

Shades of Golden Brown #9D590E

Tints of Golden Brown #9D590E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 60.38%
G = 34.23%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D590E (or 0x9D590E) is known color: Golden Brown. HEX triplet: 9D, 59 and 0E. RGB value is (157,89,14). Sum of RGB (Red+Green+Blue) = 157+89+14=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D590E is #62A6F1. Grayscale: #656565. Windows color (decimal): -6465266 or 940445. OLE color: 940445.

HSL color Cylindrical-coordinate representation of color #9D590E: hue angle of 31.47º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D590E is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 89 14 -
CMYK 0 0.43 0.91 0.38
HSL 31.47º 0.84% 0.34% -
HSV(B) 31.47º 0.91% 0.62% -
XYZ 17.56 14.34 2.26 -
YUV 100.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 157 89 14 0 0.43 0.91 0.38 31.47 0.84 0.34
Hex 9D 59 E 0 2B 5B 26 1F 54 22
Octal 235 131 16 0 53 133 46 37 124 42
Binary 10011101 1011001 1110 0 101011 1011011 100110 11111 1010100 100010

Color Harmonies of #9D590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D590E

Black with #9D590E

Text Example


Text Example

White with #9D590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,89,14); }

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

background-color css

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

 a { background-color: rgb(157,89,14); }

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

border-color css

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

 span { border-color: rgb(157,89,14); }

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