#755C18

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

Shades of Yukon Gold #755C18

Tints of Yukon Gold #755C18

Color information

#755C18 (or 0x755C18) is unknown color: approx Yukon Gold. HEX triplet: 75, 5C and 18. RGB value is (117,92,24). Sum of RGB (Red+Green+Blue) = 117+92+24=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #755C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C18 is #8AA3E7. Grayscale: #5C5C5C. Windows color (decimal): -9085928 or 1596533. OLE color: 1596533.

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

Color convert

RGB1179224-
CMYK00.210.790.54
HSL43.87º65.96%27.65%-
HSV(B)43.87º79.49%45.88%-
XYZ11.3311.52.49-
YUV91.7289.78146.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=50.21%
G=39.48%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117922400.210.790.5443.8765.9627.65
Hex755C180154F362c421c
Octal16513430025117665410234
Binary11101011011100110000101011001111110110101100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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