Html Css Color HEX #9D5E12 Golden Brown

📋 copy color: '#9D5E12'

red 157 ◦ green 94 ◦ blue 18

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

Shades of Golden Brown #9D5E12

Tints of Golden Brown #9D5E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 58.36%
G = 34.94%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D5E12 (or 0x9D5E12) is known color: Golden Brown. HEX triplet: 9D, 5E and 12. RGB value is (157,94,18). Sum of RGB (Red+Green+Blue) = 157+94+18=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5E12 is #62A1ED. Grayscale: #686868. Windows color (decimal): -6463982 or 1203869. OLE color: 1203869.

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

Color convert

RGB 157 94 18 -
CMYK 0 0.40 0.89 0.38
HSL 32.81º 0.79% 0.34% -
HSV(B) 32.81º 0.89% 0.62% -
XYZ 18.02 15.22 2.56 -
YUV 104.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 157 94 18 0 0.40 0.89 0.38 32.81 0.79 0.34
Hex 9D 5E 12 0 28 59 26 21 4F 22
Octal 235 136 22 0 50 131 46 41 117 42
Binary 10011101 1011110 10010 0 101000 1011001 100110 100001 1001111 100010

Color Harmonies of #9D5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E12

Black with #9D5E12

Text Example


Text Example

White with #9D5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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