Html Css Color HEX #856722 Yukon Gold

📋 copy color: '#856722'

red 133 ◦ green 103 ◦ blue 34

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

Shades of Yukon Gold #856722

Tints of Yukon Gold #856722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

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

R = 49.26%
G = 38.15%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856722 (or 0x856722) is known color: Yukon Gold. HEX triplet: 85, 67 and 22. RGB value is (133,103,34). Sum of RGB (Red+Green+Blue) = 133+103+34=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #856722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856722 is #7A98DD. Grayscale: #686868. Windows color (decimal): -8034526 or 2254725. OLE color: 2254725.

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

Color convert

RGB 133 103 34 -
CMYK 0 0.23 0.74 0.48
HSL 41.82º 0.59% 0.33% -
HSV(B) 41.82º 0.74% 0.52% -
XYZ 14.81 14.8 3.59 -
YUV 104.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 133 103 34 0 0.23 0.74 0.48 41.82 0.59 0.33
Hex 85 67 22 0 17 4A 30 2A 3B 21
Octal 205 147 42 0 27 112 60 52 73 41
Binary 10000101 1100111 100010 0 10111 1001010 110000 101010 111011 100001

Color Harmonies of #856722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856722

Black with #856722

Text Example


Text Example

White with #856722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856722; }

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

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

background-color css

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

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

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

border-color css

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

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

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