Html Css Color HEX #856A28 Yukon Gold

📋 copy color: '#856A28'

red 133 ◦ green 106 ◦ blue 40

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

Shades of Yukon Gold #856A28

Tints of Yukon Gold #856A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.99%

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

R = 47.67%
G = 37.99%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#856A28 (or 0x856A28) is known color: Yukon Gold. HEX triplet: 85, 6A and 28. RGB value is (133,106,40). Sum of RGB (Red+Green+Blue) = 133+106+40=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #856A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A28 is #7A95D7. Grayscale: #6A6A6A. Windows color (decimal): -8033752 or 2648709. OLE color: 2648709.

HSL color Cylindrical-coordinate representation of color #856A28: hue angle of 42.58º 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 #856A28 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 40 -
CMYK 0 0.20 0.70 0.48
HSL 42.58º 0.54% 0.34% -
HSV(B) 42.58º 0.7% 0.52% -
XYZ 15.21 15.45 4.19 -
YUV 106.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 133 106 40 0 0.20 0.70 0.48 42.58 0.54 0.34
Hex 85 6A 28 0 14 46 30 2B 36 22
Octal 205 152 50 0 24 106 60 53 66 42
Binary 10000101 1101010 101000 0 10100 1000110 110000 101011 110110 100010

Color Harmonies of #856A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A28

Black with #856A28

Text Example


Text Example

White with #856A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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