Html Css Color HEX #856522 Yukon Gold

📋 copy color: '#856522'

red 133 ◦ green 101 ◦ blue 34

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

Shades of Yukon Gold #856522

Tints of Yukon Gold #856522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 49.63%
G = 37.69%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856522 (or 0x856522) is known color: Yukon Gold. HEX triplet: 85, 65 and 22. RGB value is (133,101,34). Sum of RGB (Red+Green+Blue) = 133+101+34=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #856522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856522 is #7A9ADD. Grayscale: #676767. Windows color (decimal): -8035038 or 2254213. OLE color: 2254213.

HSL color Cylindrical-coordinate representation of color #856522: hue angle of 40.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856522 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 34 -
CMYK 0 0.24 0.74 0.48
HSL 40.61º 0.59% 0.33% -
HSV(B) 40.61º 0.74% 0.52% -
XYZ 14.62 14.41 3.52 -
YUV 102.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 133 101 34 0 0.24 0.74 0.48 40.61 0.59 0.33
Hex 85 65 22 0 18 4A 30 29 3B 21
Octal 205 145 42 0 30 112 60 51 73 41
Binary 10000101 1100101 100010 0 11000 1001010 110000 101001 111011 100001

Color Harmonies of #856522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856522

Black with #856522

Text Example


Text Example

White with #856522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856522; }

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

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

background-color css

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

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

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

border-color css

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

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

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