Html Css Color HEX #9F7013 Golden Brown

📋 copy color: '#9F7013'

red 159 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #9F7013

Tints of Golden Brown #9F7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 54.83%
G = 38.62%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F7013 (or 0x9F7013) is known color: Golden Brown. HEX triplet: 9F, 70 and 13. RGB value is (159,112,19). Sum of RGB (Red+Green+Blue) = 159+112+19=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7013 is #608FEC. Grayscale: #737373. Windows color (decimal): -6328301 or 1274015. OLE color: 1274015.

HSL color Cylindrical-coordinate representation of color #9F7013: hue angle of 39.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F7013 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 112 19 -
CMYK 0 0.30 0.88 0.38
HSL 39.86º 0.79% 0.35% -
HSV(B) 39.86º 0.88% 0.62% -
XYZ 20.21 19.01 3.22 -
YUV 115.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 159 112 19 0 0.30 0.88 0.38 39.86 0.79 0.35
Hex 9F 70 13 0 1E 58 26 28 4F 23
Octal 237 160 23 0 36 130 46 50 117 43
Binary 10011111 1110000 10011 0 11110 1011000 100110 101000 1001111 100011

Color Harmonies of #9F7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7013

Black with #9F7013

Text Example


Text Example

White with #9F7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,112,19); }

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

background-color css

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

 a { background-color: rgb(159,112,19); }

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

border-color css

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

 span { border-color: rgb(159,112,19); }

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