Html Css Color HEX #9F7305 Golden Brown

📋 copy color: '#9F7305'

red 159 ◦ green 115 ◦ blue 5

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

Shades of Golden Brown #9F7305

Tints of Golden Brown #9F7305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.22%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 56.99%
G = 41.22%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F7305 (or 0x9F7305) is known color: Golden Brown. HEX triplet: 9F, 73 and 05. RGB value is (159,115,5). Sum of RGB (Red+Green+Blue) = 159+115+5=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7305 is #608CFA. Grayscale: #747474. Windows color (decimal): -6327547 or 357279. OLE color: 357279.

HSL color Cylindrical-coordinate representation of color #9F7305: hue angle of 42.86º degrees, saturation: 0.94, 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 #9F7305 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 115 5 -
CMYK 0 0.28 0.97 0.38
HSL 42.86º 0.94% 0.32% -
HSV(B) 42.86º 0.97% 0.62% -
XYZ 20.46 19.64 2.86 -
YUV 115.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 159 115 5 0 0.28 0.97 0.38 42.86 0.94 0.32
Hex 9F 73 5 0 1C 61 26 2B 5E 20
Octal 237 163 5 0 34 141 46 53 136 40
Binary 10011111 1110011 101 0 11100 1100001 100110 101011 1011110 100000

Color Harmonies of #9F7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7305

Black with #9F7305

Text Example


Text Example

White with #9F7305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,5); }

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

background-color css

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

 a { background-color: rgb(159,115,5); }

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

border-color css

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

 span { border-color: rgb(159,115,5); }

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