Html Css Color HEX #856528 Yukon Gold

📋 copy color: '#856528'

red 133 ◦ green 101 ◦ blue 40

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

Shades of Yukon Gold #856528

Tints of Yukon Gold #856528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 48.54%
G = 36.86%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#856528 (or 0x856528) is known color: Yukon Gold. HEX triplet: 85, 65 and 28. RGB value is (133,101,40). Sum of RGB (Red+Green+Blue) = 133+101+40=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #856528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856528 is #7A9AD7. Grayscale: #676767. Windows color (decimal): -8035032 or 2647429. OLE color: 2647429.

HSL color Cylindrical-coordinate representation of color #856528: hue angle of 39.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #856528 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 40 -
CMYK 0 0.24 0.70 0.48
HSL 39.35º 0.54% 0.34% -
HSV(B) 39.35º 0.7% 0.52% -
XYZ 14.71 14.45 4.02 -
YUV 103.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 133 101 40 0 0.24 0.70 0.48 39.35 0.54 0.34
Hex 85 65 28 0 18 46 30 27 36 22
Octal 205 145 50 0 30 106 60 47 66 42
Binary 10000101 1100101 101000 0 11000 1000110 110000 100111 110110 100010

Color Harmonies of #856528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856528

Black with #856528

Text Example


Text Example

White with #856528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856528; }

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

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

background-color css

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

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

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

border-color css

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

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

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