#755C1B

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

Shades of Yukon Gold #755C1B

Tints of Yukon Gold #755C1B

Color information

#755C1B (or 0x755C1B) is unknown color: approx Yukon Gold. HEX triplet: 75, 5C and 1B. RGB value is (117,92,27). Sum of RGB (Red+Green+Blue) = 117+92+27=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C1B is #8AA3E4. Grayscale: #5C5C5C. Windows color (decimal): -9085925 or 1793141. OLE color: 1793141.

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

Color convert

RGB1179227-
CMYK00.210.770.54
HSL43.33º62.5%28.24%-
HSV(B)43.33º76.92%45.88%-
XYZ11.3611.522.66-
YUV92.0691.28145.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=49.58%
G=38.98%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117922700.210.770.5443.3362.528.24
Hex755C1B0154D362b3e1c
Octal1651343302511566537634
Binary1110101101110011011010101100110111011010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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