#755E1A

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

Shades of Yukon Gold #755E1A

Tints of Yukon Gold #755E1A

Color information

#755E1A (or 0x755E1A) is unknown color: approx Yukon Gold. HEX triplet: 75, 5E and 1A. RGB value is (117,94,26). Sum of RGB (Red+Green+Blue) = 117+94+26=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #755E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E1A is #8AA1E5. Grayscale: #5D5D5D. Windows color (decimal): -9085414 or 1728117. OLE color: 1728117.

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

Color convert

RGB1179426-
CMYK00.200.780.54
HSL44.84º63.64%28.04%-
HSV(B)44.84º77.78%45.88%-
XYZ11.5311.862.66-
YUV93.1290.12145.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=49.37%
G=39.66%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117942600.200.780.5444.8463.6428.04
Hex755E1A0144E362d401c
Octal16513632024116665510034
Binary11101011011110110100101001001110110110101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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