Html Css Color HEX #9F7704 Golden Brown

📋 copy color: '#9F7704'

red 159 ◦ green 119 ◦ blue 4

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

Shades of Golden Brown #9F7704

Tints of Golden Brown #9F7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 56.38%
G = 42.2%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F7704 (or 0x9F7704) is known color: Golden Brown. HEX triplet: 9F, 77 and 04. RGB value is (159,119,4). Sum of RGB (Red+Green+Blue) = 159+119+4=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7704 is #6088FB. Grayscale: #767676. Windows color (decimal): -6326524 or 292767. OLE color: 292767.

HSL color Cylindrical-coordinate representation of color #9F7704: hue angle of 44.52º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F7704 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 119 4 -
CMYK 0 0.25 0.97 0.38
HSL 44.52º 0.95% 0.32% -
HSV(B) 44.52º 0.97% 0.62% -
XYZ 20.92 20.57 2.98 -
YUV 117.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 159 119 4 0 0.25 0.97 0.38 44.52 0.95 0.32
Hex 9F 77 4 0 19 61 26 2D 5F 20
Octal 237 167 4 0 31 141 46 55 137 40
Binary 10011111 1110111 100 0 11001 1100001 100110 101101 1011111 100000

Color Harmonies of #9F7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7704

Black with #9F7704

Text Example


Text Example

White with #9F7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,119,4); }

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

background-color css

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

 a { background-color: rgb(159,119,4); }

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

border-color css

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

 span { border-color: rgb(159,119,4); }

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