#755F18

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

Shades of Yukon Gold #755F18

Tints of Yukon Gold #755F18

Color information

#755F18 (or 0x755F18) is unknown color: approx Yukon Gold. HEX triplet: 75, 5F and 18. RGB value is (117,95,24). Sum of RGB (Red+Green+Blue) = 117+95+24=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F18 is #8AA0E7. Grayscale: #5D5D5D. Windows color (decimal): -9085160 or 1597301. OLE color: 1597301.

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

Color convert

RGB1179524-
CMYK00.190.790.54
HSL45.81º65.96%27.65%-
HSV(B)45.81º79.49%45.88%-
XYZ11.5912.032.58-
YUV93.4888.79144.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=49.58%
G=40.25%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117952400.190.790.5445.8165.9627.65
Hex755F180134F362e421c
Octal16513730023117665610234
Binary11101011011111110000100111001111110110101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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