Html Css Color HEX #9F7802 Golden Brown

📋 copy color: '#9F7802'

red 159 ◦ green 120 ◦ blue 2

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

Shades of Golden Brown #9F7802

Tints of Golden Brown #9F7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 56.58%
G = 42.7%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F7802 (or 0x9F7802) is known color: Golden Brown. HEX triplet: 9F, 78 and 02. RGB value is (159,120,2). Sum of RGB (Red+Green+Blue) = 159+120+2=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7802 is #6087FD. Grayscale: #767676. Windows color (decimal): -6326270 or 161951. OLE color: 161951.

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

Color convert

RGB 159 120 2 -
CMYK 0 0.25 0.99 0.38
HSL 45.1º 0.98% 0.32% -
HSV(B) 45.1º 0.99% 0.62% -
XYZ 21.03 20.81 2.97 -
YUV 118.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 159 120 2 0 0.25 0.99 0.38 45.1 0.98 0.32
Hex 9F 78 2 0 19 63 26 2D 62 20
Octal 237 170 2 0 31 143 46 55 142 40
Binary 10011111 1111000 10 0 11001 1100011 100110 101101 1100010 100000

Color Harmonies of #9F7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7802

Black with #9F7802

Text Example


Text Example

White with #9F7802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,2); }

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

background-color css

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

 a { background-color: rgb(159,120,2); }

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

border-color css

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

 span { border-color: rgb(159,120,2); }

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