Html Css Color HEX #856D22 Yukon Gold

📋 copy color: '#856D22'

red 133 ◦ green 109 ◦ blue 34

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

Shades of Yukon Gold #856D22

Tints of Yukon Gold #856D22

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

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

R = 48.19%
G = 39.49%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856D22 (or 0x856D22) is known color: Yukon Gold. HEX triplet: 85, 6D and 22. RGB value is (133,109,34). Sum of RGB (Red+Green+Blue) = 133+109+34=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #856D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D22 is #7A92DD. Grayscale: #6B6B6B. Windows color (decimal): -8032990 or 2256261. OLE color: 2256261.

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

Color convert

RGB 133 109 34 -
CMYK 0 0.18 0.74 0.48
HSL 45.45º 0.59% 0.33% -
HSV(B) 45.45º 0.74% 0.52% -
XYZ 15.43 16.04 3.8 -
YUV 107.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 133 109 34 0 0.18 0.74 0.48 45.45 0.59 0.33
Hex 85 6D 22 0 12 4A 30 2D 3B 21
Octal 205 155 42 0 22 112 60 55 73 41
Binary 10000101 1101101 100010 0 10010 1001010 110000 101101 111011 100001

Color Harmonies of #856D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D22

Black with #856D22

Text Example


Text Example

White with #856D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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