#846525

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

Shades of Yukon Gold #846525

Tints of Yukon Gold #846525

Color information

#846525 (or 0x846525) is unknown color: approx Yukon Gold. HEX triplet: 84, 65 and 25. RGB value is (132,101,37). Sum of RGB (Red+Green+Blue) = 132+101+37=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #846525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846525 is #7B9ADA. Grayscale: #676767. Windows color (decimal): -8100571 or 2450820. OLE color: 2450820.

HSL color Cylindrical-coordinate representation of color #846525: hue angle of 40.42º 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 #846525 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB13210137-
CMYK00.230.720.48
HSL40.42º56.21%33.14%-
HSV(B)40.42º71.97%51.76%-
XYZ14.514.353.76-
YUV102.9790.77148.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=48.89%
G=37.41%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321013700.230.720.4840.4256.2133.14
Hex8465250174830283821
Octal2041454502711060507041
Binary1000010011001011001010101111001000110000101000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846525; }

 p { color: rgb(132,101,37); }

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

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

 a { background-color: rgb(132,101,37); }

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

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

 span { border-color: rgb(132,101,37); }

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