#795F12

Color #795F12 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #795F12

Tints of Yukon Gold #795F12

Color information

#795F12 (or 0x795F12) is unknown color: approx Yukon Gold. HEX triplet: 79, 5F and 12. RGB value is (121,95,18). Sum of RGB (Red+Green+Blue) = 121+95+18=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #795F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795F12 is #86A0ED. Grayscale: #5E5E5E. Windows color (decimal): -8823022 or 1204089. OLE color: 1204089.

HSL color Cylindrical-coordinate representation of color #795F12: hue angle of 44.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #795F12 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1219518-
CMYK00.210.850.53
HSL44.85º74.1%27.25%-
HSV(B)44.85º85.12%47.45%-
XYZ12.0912.292.31-
YUV9485.11147.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=51.71%
G=40.60%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121951800.210.850.5344.8574.127.25
Hex795F1201555352d4a1b
Octal17113722025125655511233
Binary11110011011111100100101011010101110101101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795F12; }

 p { color: rgb(121,95,18); }

 H1.HeaderClassName
 {
   color: #795F12;
 }
 .AnyTagClassName
 {
   color: #795F12;
 }
</style>
background-color css

<style>
 a { background-color: #795F12; }

 a { background-color: rgb(121,95,18); }

 div.DivClassName
 {
   background-color: #795F12;
 }
 .BgClassName
 {
   background-color: #795F12;
 }
</style>
border-color css

<style>
 span { border-color: #795F12; }

 span { border-color: rgb(121,95,18); }

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