#855D12

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

Shades of Yukon Gold #855D12

Tints of Yukon Gold #855D12

Color information

#855D12 (or 0x855D12) is unknown color: approx Yukon Gold. HEX triplet: 85, 5D and 12. RGB value is (133,93,18). Sum of RGB (Red+Green+Blue) = 133+93+18=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #855D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D12 is #7AA2ED. Grayscale: #606060. Windows color (decimal): -8037102 or 1203589. OLE color: 1203589.

HSL color Cylindrical-coordinate representation of color #855D12: hue angle of 39.13º 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 #855D12 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1339318-
CMYK00.300.860.48
HSL39.13º76.16%29.61%-
HSV(B)39.13º86.47%52.16%-
XYZ13.712.862.33-
YUV96.4183.75154.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=54.51%
G=38.11%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133931800.300.860.4839.1376.1629.61
Hex855D1201E5630274c1e
Octal20513522036126604711436
Binary100001011011101100100111101010110110000100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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