Html Css Color HEX #9F7318 Golden Brown

📋 copy color: '#9F7318'

red 159 ◦ green 115 ◦ blue 24

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

Shades of Golden Brown #9F7318

Tints of Golden Brown #9F7318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 53.36%
G = 38.59%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F7318 (or 0x9F7318) is known color: Golden Brown. HEX triplet: 9F, 73 and 18. RGB value is (159,115,24). Sum of RGB (Red+Green+Blue) = 159+115+24=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7318 is #608CE7. Grayscale: #767676. Windows color (decimal): -6327528 or 1602463. OLE color: 1602463.

HSL color Cylindrical-coordinate representation of color #9F7318: hue angle of 40.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F7318 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 115 24 -
CMYK 0 0.28 0.85 0.38
HSL 40.44º 0.74% 0.36% -
HSV(B) 40.44º 0.85% 0.62% -
XYZ 20.59 19.7 3.58 -
YUV 117.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 159 115 24 0 0.28 0.85 0.38 40.44 0.74 0.36
Hex 9F 73 18 0 1C 55 26 28 4A 24
Octal 237 163 30 0 34 125 46 50 112 44
Binary 10011111 1110011 11000 0 11100 1010101 100110 101000 1001010 100100

Color Harmonies of #9F7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7318

Black with #9F7318

Text Example


Text Example

White with #9F7318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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