#857226

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

Shades of Yukon Gold #857226

Tints of Yukon Gold #857226

Color information

#857226 (or 0x857226) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 26. RGB value is (133,114,38). Sum of RGB (Red+Green+Blue) = 133+114+38=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857226 is #7A8DD9. Grayscale: #6F6F6F. Windows color (decimal): -8031706 or 2519685. OLE color: 2519685.

HSL color Cylindrical-coordinate representation of color #857226: hue angle of 48º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #857226 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13311438-
CMYK00.140.710.48
HSL48º55.56%33.53%-
HSV(B)48º71.43%52.16%-
XYZ16.0417.164.3-
YUV111.0286.79143.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=46.67%
G=40%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331143800.140.710.484855.5633.53
Hex8572260E4730303822
Octal2051624601610760607042
Binary100001011110010100110011101000111110000110000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857226; }

 p { color: rgb(133,114,38); }

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

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

 a { background-color: rgb(133,114,38); }

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

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

 span { border-color: rgb(133,114,38); }

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