Html Css Color HEX #9F750F Golden Brown

📋 copy color: '#9F750F'

red 159 ◦ green 117 ◦ blue 15

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

Shades of Golden Brown #9F750F

Tints of Golden Brown #9F750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

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

R = 54.64%
G = 40.21%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F750F (or 0x9F750F) is known color: Golden Brown. HEX triplet: 9F, 75 and 0F. RGB value is (159,117,15). Sum of RGB (Red+Green+Blue) = 159+117+15=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F750F is #608AF0. Grayscale: #767676. Windows color (decimal): -6327025 or 1013151. OLE color: 1013151.

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

Color convert

RGB 159 117 15 -
CMYK 0 0.26 0.91 0.38
HSL 42.5º 0.83% 0.34% -
HSV(B) 42.5º 0.91% 0.62% -
XYZ 20.75 20.13 3.24 -
YUV 117.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 159 117 15 0 0.26 0.91 0.38 42.5 0.83 0.34
Hex 9F 75 F 0 1A 5B 26 2A 53 22
Octal 237 165 17 0 32 133 46 52 123 42
Binary 10011111 1110101 1111 0 11010 1011011 100110 101010 1010011 100010

Color Harmonies of #9F750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F750F

Black with #9F750F

Text Example


Text Example

White with #9F750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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