Html Css Color HEX #9F7403 Golden Brown

📋 copy color: '#9F7403'

red 159 ◦ green 116 ◦ blue 3

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

Shades of Golden Brown #9F7403

Tints of Golden Brown #9F7403

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 57.19%
G = 41.73%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9F7403 (or 0x9F7403) is known color: Golden Brown. HEX triplet: 9F, 74 and 03. RGB value is (159,116,3). Sum of RGB (Red+Green+Blue) = 159+116+3=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7403 is #608BFC. Grayscale: #747474. Windows color (decimal): -6327293 or 226463. OLE color: 226463.

HSL color Cylindrical-coordinate representation of color #9F7403: hue angle of 43.46º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F7403 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 116 3 -
CMYK 0 0.27 0.98 0.38
HSL 43.46º 0.96% 0.32% -
HSV(B) 43.46º 0.98% 0.62% -
XYZ 20.56 19.87 2.84 -
YUV 115.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 159 116 3 0 0.27 0.98 0.38 43.46 0.96 0.32
Hex 9F 74 3 0 1B 62 26 2B 60 20
Octal 237 164 3 0 33 142 46 53 140 40
Binary 10011111 1110100 11 0 11011 1100010 100110 101011 1100000 100000

Color Harmonies of #9F7403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7403

Black with #9F7403

Text Example


Text Example

White with #9F7403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,3); }

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

background-color css

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

 a { background-color: rgb(159,116,3); }

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

border-color css

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

 span { border-color: rgb(159,116,3); }

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