#855F12

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

Shades of Yukon Gold #855F12

Tints of Yukon Gold #855F12

Color information

#855F12 (or 0x855F12) is unknown color: approx Yukon Gold. HEX triplet: 85, 5F and 12. RGB value is (133,95,18). Sum of RGB (Red+Green+Blue) = 133+95+18=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #855F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F12 is #7AA0ED. Grayscale: #616161. Windows color (decimal): -8036590 or 1204101. OLE color: 1204101.

HSL color Cylindrical-coordinate representation of color #855F12: hue angle of 40.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855F12 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1339518-
CMYK00.290.860.48
HSL40.17º76.16%29.61%-
HSV(B)40.17º86.47%52.16%-
XYZ13.8713.212.39-
YUV97.5883.09153.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=54.07%
G=38.62%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133951800.290.860.4840.1776.1629.61
Hex855F1201D5630284c1e
Octal20513722035126605011436
Binary100001011011111100100111011010110110000101000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855F12; }

 p { color: rgb(133,95,18); }

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

<style>
 a { background-color: #855F12; }

 a { background-color: rgb(133,95,18); }

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

<style>
 span { border-color: #855F12; }

 span { border-color: rgb(133,95,18); }

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