Html Css Color HEX #9F740D Golden Brown

📋 copy color: '#9F740D'

red 159 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #9F740D

Tints of Golden Brown #9F740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 55.21%
G = 40.28%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F740D (or 0x9F740D) is known color: Golden Brown. HEX triplet: 9F, 74 and 0D. RGB value is (159,116,13). Sum of RGB (Red+Green+Blue) = 159+116+13=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F740D is #608BF2. Grayscale: #757575. Windows color (decimal): -6327283 or 881823. OLE color: 881823.

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

Color convert

RGB 159 116 13 -
CMYK 0 0.27 0.92 0.38
HSL 42.33º 0.85% 0.34% -
HSV(B) 42.33º 0.92% 0.62% -
XYZ 20.62 19.89 3.13 -
YUV 117.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 159 116 13 0 0.27 0.92 0.38 42.33 0.85 0.34
Hex 9F 74 D 0 1B 5C 26 2A 55 22
Octal 237 164 15 0 33 134 46 52 125 42
Binary 10011111 1110100 1101 0 11011 1011100 100110 101010 1010101 100010

Color Harmonies of #9F740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F740D

Black with #9F740D

Text Example


Text Example

White with #9F740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,13); }

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

background-color css

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

 a { background-color: rgb(159,116,13); }

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

border-color css

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

 span { border-color: rgb(159,116,13); }

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