Html Css Color HEX #9F8038 Reef Gold

📋 copy color: '#9F8038'

red 159 ◦ green 128 ◦ blue 56

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

Shades of Reef Gold #9F8038

Tints of Reef Gold #9F8038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

 BLUE value IS 56 (22.27% from 255) = 16.33%

R = 46.36%
G = 37.32%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F8038 (or 0x9F8038) is known color: Reef Gold. HEX triplet: 9F, 80 and 38. RGB value is (159,128,56). Sum of RGB (Red+Green+Blue) = 159+128+56=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8038 is #607FC7. Grayscale: #818181. Windows color (decimal): -6324168 or 3702943. OLE color: 3702943.

HSL color Cylindrical-coordinate representation of color #9F8038: hue angle of 41.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F8038 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 56 -
CMYK 0 0.19 0.65 0.38
HSL 41.94º 0.48% 0.42% -
HSV(B) 41.94º 0.65% 0.62% -
XYZ 22.73 23.09 7 -
YUV 129.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 159 128 56 0 0.19 0.65 0.38 41.94 0.48 0.42
Hex 9F 80 38 0 13 41 26 2A 30 2A
Octal 237 200 70 0 23 101 46 52 60 52
Binary 10011111 10000000 111000 0 10011 1000001 100110 101010 110000 101010

Color Harmonies of #9F8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8038

Black with #9F8038

Text Example


Text Example

White with #9F8038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,56); }

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

background-color css

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

 a { background-color: rgb(159,128,56); }

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

border-color css

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

 span { border-color: rgb(159,128,56); }

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