#805C0F

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

Shades of Yukon Gold #805C0F

Tints of Yukon Gold #805C0F

Color information

#805C0F (or 0x805C0F) is unknown color: approx Yukon Gold. HEX triplet: 80, 5C and 0F. RGB value is (128,92,15). Sum of RGB (Red+Green+Blue) = 128+92+15=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #805C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C0F is #7FA3F0. Grayscale: #5E5E5E. Windows color (decimal): -8365041 or 1006720. OLE color: 1006720.

HSL color Cylindrical-coordinate representation of color #805C0F: hue angle of 40.88º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #805C0F is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1289215-
CMYK00.280.880.50
HSL40.88º79.02%28.04%-
HSV(B)40.88º88.28%50.2%-
XYZ12.8212.282.15-
YUV93.9983.43152.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=54.47%
G=39.15%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128921500.280.880.5040.8879.0228.04
Hex805CF01C5832294f1c
Octal20013417034130625111734
Binary10000000101110011110111001011000110010101001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805C0F; }

 p { color: rgb(128,92,15); }

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

<style>
 a { background-color: #805C0F; }

 a { background-color: rgb(128,92,15); }

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

<style>
 span { border-color: #805C0F; }

 span { border-color: rgb(128,92,15); }

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