#755D1C

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

Shades of Yukon Gold #755D1C

Tints of Yukon Gold #755D1C

Color information

#755D1C (or 0x755D1C) is unknown color: approx Yukon Gold. HEX triplet: 75, 5D and 1C. RGB value is (117,93,28). Sum of RGB (Red+Green+Blue) = 117+93+28=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D1C is #8AA2E3. Grayscale: #5D5D5D. Windows color (decimal): -9085668 or 1858933. OLE color: 1858933.

HSL color Cylindrical-coordinate representation of color #755D1C: hue angle of 43.82º 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 #755D1C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1179328-
CMYK00.210.760.54
HSL43.82º61.38%28.43%-
HSV(B)43.82º76.07%45.88%-
XYZ11.4611.692.75-
YUV92.7791.45145.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=49.16%
G=39.08%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117932800.210.760.5443.8261.3828.43
Hex755D1C0154C362c3d1c
Octal1651353402511466547534
Binary1110101101110111100010101100110011011010110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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