Html Css Color HEX #9F5D15 Golden Brown

📋 copy color: '#9F5D15'

red 159 ◦ green 93 ◦ blue 21

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

Shades of Golden Brown #9F5D15

Tints of Golden Brown #9F5D15

RGB

 RED value IS 159 (62.5% from 255) = 58.24%

 GREEN value IS 93 (36.72% from 255) = 34.07%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 58.24%
G = 34.07%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F5D15 (or 0x9F5D15) is known color: Golden Brown. HEX triplet: 9F, 5D and 15. RGB value is (159,93,21). Sum of RGB (Red+Green+Blue) = 159+93+21=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5D15 is #60A2EA. Grayscale: #686868. Windows color (decimal): -6333163 or 1400223. OLE color: 1400223.

HSL color Cylindrical-coordinate representation of color #9F5D15: hue angle of 31.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F5D15 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 93 21 -
CMYK 0 0.42 0.87 0.38
HSL 31.3º 0.77% 0.35% -
HSV(B) 31.3º 0.87% 0.62% -
XYZ 18.35 15.25 2.69 -
YUV 104.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 159 93 21 0 0.42 0.87 0.38 31.3 0.77 0.35
Hex 9F 5D 15 0 2A 57 26 1F 4D 23
Octal 237 135 25 0 52 127 46 37 115 43
Binary 10011111 1011101 10101 0 101010 1010111 100110 11111 1001101 100011

Color Harmonies of #9F5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D15

Black with #9F5D15

Text Example


Text Example

White with #9F5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,93,21); }

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

background-color css

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

 a { background-color: rgb(159,93,21); }

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

border-color css

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

 span { border-color: rgb(159,93,21); }

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