Html Css Color HEX #9F7219 Golden Brown

📋 copy color: '#9F7219'

red 159 ◦ green 114 ◦ blue 25

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

Shades of Golden Brown #9F7219

Tints of Golden Brown #9F7219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.26%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 53.36%
G = 38.26%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F7219 (or 0x9F7219) is known color: Golden Brown. HEX triplet: 9F, 72 and 19. RGB value is (159,114,25). Sum of RGB (Red+Green+Blue) = 159+114+25=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7219 is #608DE6. Grayscale: #757575. Windows color (decimal): -6327783 or 1667743. OLE color: 1667743.

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

Color convert

RGB 159 114 25 -
CMYK 0 0.28 0.84 0.38
HSL 39.85º 0.73% 0.36% -
HSV(B) 39.85º 0.84% 0.62% -
XYZ 20.49 19.48 3.6 -
YUV 117.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 159 114 25 0 0.28 0.84 0.38 39.85 0.73 0.36
Hex 9F 72 19 0 1C 54 26 28 49 24
Octal 237 162 31 0 34 124 46 50 111 44
Binary 10011111 1110010 11001 0 11100 1010100 100110 101000 1001001 100100

Color Harmonies of #9F7219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7219

Black with #9F7219

Text Example


Text Example

White with #9F7219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,114,25); }

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

background-color css

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

 a { background-color: rgb(159,114,25); }

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

border-color css

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

 span { border-color: rgb(159,114,25); }

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