Html Css Color HEX #856720 Yukon Gold

📋 copy color: '#856720'

red 133 ◦ green 103 ◦ blue 32

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

Shades of Yukon Gold #856720

Tints of Yukon Gold #856720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 49.63%
G = 38.43%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856720 (or 0x856720) is known color: Yukon Gold. HEX triplet: 85, 67 and 20. RGB value is (133,103,32). Sum of RGB (Red+Green+Blue) = 133+103+32=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #856720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856720 is #7A98DF. Grayscale: #686868. Windows color (decimal): -8034528 or 2123653. OLE color: 2123653.

HSL color Cylindrical-coordinate representation of color #856720: hue angle of 42.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #856720 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 32 -
CMYK 0 0.23 0.76 0.48
HSL 42.18º 0.61% 0.32% -
HSV(B) 42.18º 0.76% 0.52% -
XYZ 14.78 14.79 3.44 -
YUV 103.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 133 103 32 0 0.23 0.76 0.48 42.18 0.61 0.32
Hex 85 67 20 0 17 4C 30 2A 3D 20
Octal 205 147 40 0 27 114 60 52 75 40
Binary 10000101 1100111 100000 0 10111 1001100 110000 101010 111101 100000

Color Harmonies of #856720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856720

Black with #856720

Text Example


Text Example

White with #856720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856720; }

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

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

background-color css

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

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

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

border-color css

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

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

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