Html Css Color HEX #856525 Yukon Gold

📋 copy color: '#856525'

red 133 ◦ green 101 ◦ blue 37

#856525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #856525

Tints of Yukon Gold #856525

RGB

 RED value IS 133 (52.34% from 255) = 49.08%

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 49.08%
G = 37.27%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#856525 (or 0x856525) is known color: Yukon Gold. HEX triplet: 85, 65 and 25. RGB value is (133,101,37). Sum of RGB (Red+Green+Blue) = 133+101+37=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #856525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856525 is #7A9ADA. Grayscale: #676767. Windows color (decimal): -8035035 or 2450821. OLE color: 2450821.

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

Color convert

RGB 133 101 37 -
CMYK 0 0.24 0.72 0.48
HSL 40º 0.56% 0.33% -
HSV(B) 40º 0.72% 0.52% -
XYZ 14.66 14.43 3.76 -
YUV 103.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 133 101 37 0 0.24 0.72 0.48 40 0.56 0.33
Hex 85 65 25 0 18 48 30 28 38 21
Octal 205 145 45 0 30 110 60 50 70 41
Binary 10000101 1100101 100101 0 11000 1001000 110000 101000 111000 100001

Color Harmonies of #856525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856525

Black with #856525

Text Example


Text Example

White with #856525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856525; }

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

 H1.HeaderClassName
 {
   color: #856525;
 }
 .AnyTagClassName
 {
   color: #856525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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