#755F0B

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

Shades of Yukon Gold #755F0B

Tints of Yukon Gold #755F0B

Color information

#755F0B (or 0x755F0B) is unknown color: approx Yukon Gold. HEX triplet: 75, 5F and 0B. RGB value is (117,95,11). Sum of RGB (Red+Green+Blue) = 117+95+11=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F0B is #8AA0F4. Grayscale: #5C5C5C. Windows color (decimal): -9085173 or 745333. OLE color: 745333.

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

Color convert

RGB1179511-
CMYK00.190.910.54
HSL47.55º82.81%25.1%-
HSV(B)47.55º90.6%45.88%-
XYZ11.4911.992.03-
YUV9282.29145.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=52.47%
G=42.60%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117951100.190.910.5447.5582.8125.1
Hex755FB0135B36305319
Octal16513713023133666012331
Binary1110101101111110110100111011011110110110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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