#755F1F

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

Shades of Yukon Gold #755F1F

Tints of Yukon Gold #755F1F

Color information

#755F1F (or 0x755F1F) is unknown color: approx Yukon Gold. HEX triplet: 75, 5F and 1F. RGB value is (117,95,31). Sum of RGB (Red+Green+Blue) = 117+95+31=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #755F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F1F is #8AA0E0. Grayscale: #5E5E5E. Windows color (decimal): -9085153 or 2056053. OLE color: 2056053.

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

Color convert

RGB1179531-
CMYK00.190.740.54
HSL44.65º58.11%29.02%-
HSV(B)44.65º73.5%45.88%-
XYZ11.6812.073.01-
YUV94.2892.29144.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=48.15%
G=39.09%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117953100.190.740.5444.6558.1129.02
Hex755F1F0134A362d3a1d
Octal1651373702311266557235
Binary1110101101111111111010011100101011011010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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