#795C13

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

Shades of Yukon Gold #795C13

Tints of Yukon Gold #795C13

Color information

#795C13 (or 0x795C13) is unknown color: approx Yukon Gold. HEX triplet: 79, 5C and 13. RGB value is (121,92,19). Sum of RGB (Red+Green+Blue) = 121+92+19=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #795C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795C13 is #86A3EC. Grayscale: #5C5C5C. Windows color (decimal): -8823789 or 1268857. OLE color: 1268857.

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

Color convert

RGB1219219-
CMYK00.240.840.53
HSL42.94º72.86%27.45%-
HSV(B)42.94º84.3%47.45%-
XYZ11.8311.772.26-
YUV92.3586.61148.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=52.16%
G=39.66%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121921900.240.840.5342.9472.8627.45
Hex795C1301854352b491b
Octal17113423030124655311133
Binary11110011011100100110110001010100110101101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,19); }

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

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

 a { background-color: rgb(121,92,19); }

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

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

 span { border-color: rgb(121,92,19); }

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