Html Css Color HEX #9F711E Golden Brown

📋 copy color: '#9F711E'

red 159 ◦ green 113 ◦ blue 30

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

Shades of Golden Brown #9F711E

Tints of Golden Brown #9F711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 52.65%
G = 37.42%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F711E (or 0x9F711E) is known color: Golden Brown. HEX triplet: 9F, 71 and 1E. RGB value is (159,113,30). Sum of RGB (Red+Green+Blue) = 159+113+30=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F711E is #608EE1. Grayscale: #757575. Windows color (decimal): -6328034 or 1995167. OLE color: 1995167.

HSL color Cylindrical-coordinate representation of color #9F711E: hue angle of 38.6º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F711E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 30 -
CMYK 0 0.29 0.81 0.38
HSL 38.6º 0.68% 0.37% -
HSV(B) 38.6º 0.81% 0.62% -
XYZ 20.44 19.27 3.87 -
YUV 117.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 159 113 30 0 0.29 0.81 0.38 38.6 0.68 0.37
Hex 9F 71 1E 0 1D 51 26 27 44 25
Octal 237 161 36 0 35 121 46 47 104 45
Binary 10011111 1110001 11110 0 11101 1010001 100110 100111 1000100 100101

Color Harmonies of #9F711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F711E

Black with #9F711E

Text Example


Text Example

White with #9F711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,113,30); }

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

background-color css

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

 a { background-color: rgb(159,113,30); }

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

border-color css

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

 span { border-color: rgb(159,113,30); }

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