#856B25

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

Shades of Yukon Gold #856B25

Tints of Yukon Gold #856B25

Color information

#856B25 (or 0x856B25) is unknown color: approx Yukon Gold. HEX triplet: 85, 6B and 25. RGB value is (133,107,37). Sum of RGB (Red+Green+Blue) = 133+107+37=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B25 is #7A94DA. Grayscale: #6B6B6B. Windows color (decimal): -8033499 or 2452357. OLE color: 2452357.

HSL color Cylindrical-coordinate representation of color #856B25: hue angle of 43.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #856B25 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB13310737-
CMYK00.200.720.48
HSL43.75º56.47%33.33%-
HSV(B)43.75º72.18%52.16%-
XYZ15.2615.643.96-
YUV106.7988.61146.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=48.01%
G=38.63%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331073700.200.720.4843.7556.4733.33
Hex856B2501448302c3821
Octal2051534502411060547041
Binary1000010111010111001010101001001000110000101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856B25; }

 p { color: rgb(133,107,37); }

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

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

 a { background-color: rgb(133,107,37); }

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

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

 span { border-color: rgb(133,107,37); }

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