Html Css Color HEX #856922 Yukon Gold

📋 copy color: '#856922'

red 133 ◦ green 105 ◦ blue 34

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

Shades of Yukon Gold #856922

Tints of Yukon Gold #856922

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 48.9%
G = 38.6%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856922 (or 0x856922) is known color: Yukon Gold. HEX triplet: 85, 69 and 22. RGB value is (133,105,34). Sum of RGB (Red+Green+Blue) = 133+105+34=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #856922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856922 is #7A96DD. Grayscale: #696969. Windows color (decimal): -8034014 or 2255237. OLE color: 2255237.

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

Color convert

RGB 133 105 34 -
CMYK 0 0.21 0.74 0.48
HSL 43.03º 0.59% 0.33% -
HSV(B) 43.03º 0.74% 0.52% -
XYZ 15.01 15.21 3.66 -
YUV 105.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 133 105 34 0 0.21 0.74 0.48 43.03 0.59 0.33
Hex 85 69 22 0 15 4A 30 2B 3B 21
Octal 205 151 42 0 25 112 60 53 73 41
Binary 10000101 1101001 100010 0 10101 1001010 110000 101011 111011 100001

Color Harmonies of #856922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856922

Black with #856922

Text Example


Text Example

White with #856922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856922; }

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

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

background-color css

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

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

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

border-color css

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

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

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