Html Css Color HEX #9F5A0F Golden Brown

📋 copy color: '#9F5A0F'

red 159 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #9F5A0F

Tints of Golden Brown #9F5A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 60.23%
G = 34.09%
B = 5.68%

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

#9F5A0F (or 0x9F5A0F) is known color: Golden Brown. HEX triplet: 9F, 5A and 0F. RGB value is (159,90,15). Sum of RGB (Red+Green+Blue) = 159+90+15=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5A0F is #60A5F0. Grayscale: #666666. Windows color (decimal): -6333937 or 1006239. OLE color: 1006239.

HSL color Cylindrical-coordinate representation of color #9F5A0F: hue angle of 31.25º degrees, saturation: 0.83, 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 #9F5A0F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 90 15 -
CMYK 0 0.43 0.91 0.38
HSL 31.25º 0.83% 0.34% -
HSV(B) 31.25º 0.91% 0.62% -
XYZ 18.04 14.72 2.34 -
YUV 102.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 159 90 15 0 0.43 0.91 0.38 31.25 0.83 0.34
Hex 9F 5A F 0 2B 5B 26 1F 53 22
Octal 237 132 17 0 53 133 46 37 123 42
Binary 10011111 1011010 1111 0 101011 1011011 100110 11111 1010011 100010

Color Harmonies of #9F5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A0F

Black with #9F5A0F

Text Example


Text Example

White with #9F5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,15); }

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

background-color css

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

 a { background-color: rgb(159,90,15); }

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

border-color css

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

 span { border-color: rgb(159,90,15); }

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