#755F1C

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

Shades of Yukon Gold #755F1C

Tints of Yukon Gold #755F1C

Color information

#755F1C (or 0x755F1C) is unknown color: approx Yukon Gold. HEX triplet: 75, 5F and 1C. RGB value is (117,95,28). Sum of RGB (Red+Green+Blue) = 117+95+28=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #755F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F1C is #8AA0E3. Grayscale: #5E5E5E. Windows color (decimal): -9085156 or 1859445. OLE color: 1859445.

HSL color Cylindrical-coordinate representation of color #755F1C: hue angle of 45.17º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #755F1C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1179528-
CMYK00.190.760.54
HSL45.17º61.38%28.43%-
HSV(B)45.17º76.07%45.88%-
XYZ11.6412.052.81-
YUV93.9490.79144.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=48.75%
G=39.58%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117952800.190.760.5445.1761.3828.43
Hex755F1C0134C362d3d1c
Octal1651373402311466557534
Binary1110101101111111100010011100110011011010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F1C; }

 p { color: rgb(117,95,28); }

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

<style>
 a { background-color: #755F1C; }

 a { background-color: rgb(117,95,28); }

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

<style>
 span { border-color: #755F1C; }

 span { border-color: rgb(117,95,28); }

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