Html Css Color HEX #9F730A Golden Brown

📋 copy color: '#9F730A'

red 159 ◦ green 115 ◦ blue 10

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

Shades of Golden Brown #9F730A

Tints of Golden Brown #9F730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 55.99%
G = 40.49%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F730A (or 0x9F730A) is known color: Golden Brown. HEX triplet: 9F, 73 and 0A. RGB value is (159,115,10). Sum of RGB (Red+Green+Blue) = 159+115+10=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F730A is #608CF5. Grayscale: #747474. Windows color (decimal): -6327542 or 684959. OLE color: 684959.

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

Color convert

RGB 159 115 10 -
CMYK 0 0.28 0.94 0.38
HSL 42.28º 0.88% 0.33% -
HSV(B) 42.28º 0.94% 0.62% -
XYZ 20.48 19.65 3 -
YUV 116.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 159 115 10 0 0.28 0.94 0.38 42.28 0.88 0.33
Hex 9F 73 A 0 1C 5E 26 2A 58 21
Octal 237 163 12 0 34 136 46 52 130 41
Binary 10011111 1110011 1010 0 11100 1011110 100110 101010 1011000 100001

Color Harmonies of #9F730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F730A

Black with #9F730A

Text Example


Text Example

White with #9F730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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