#755F1A

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

Shades of Yukon Gold #755F1A

Tints of Yukon Gold #755F1A

Color information

#755F1A (or 0x755F1A) is unknown color: approx Yukon Gold. HEX triplet: 75, 5F and 1A. RGB value is (117,95,26). Sum of RGB (Red+Green+Blue) = 117+95+26=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #755F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F1A is #8AA0E5. Grayscale: #5E5E5E. Windows color (decimal): -9085158 or 1728373. OLE color: 1728373.

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

Color convert

RGB1179526-
CMYK00.190.780.54
HSL45.49º63.64%28.04%-
HSV(B)45.49º77.78%45.88%-
XYZ11.6112.042.69-
YUV93.7189.79144.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 26 (10.55% from 255) = 10.92%
R=49.16%
G=39.92%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117952600.190.780.5445.4963.6428.04
Hex755F1A0134E362d401c
Octal16513732023116665510034
Binary11101011011111110100100111001110110110101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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