Html Css Color HEX #856215 Yukon Gold

📋 copy color: '#856215'

red 133 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #856215

Tints of Yukon Gold #856215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 52.78%
G = 38.89%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856215 (or 0x856215) is known color: Yukon Gold. HEX triplet: 85, 62 and 15. RGB value is (133,98,21). Sum of RGB (Red+Green+Blue) = 133+98+21=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #856215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856215 is #7A9DEA. Grayscale: #646464. Windows color (decimal): -8035819 or 1401477. OLE color: 1401477.

HSL color Cylindrical-coordinate representation of color #856215: hue angle of 41.25º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #856215 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 21 -
CMYK 0 0.26 0.84 0.48
HSL 41.25º 0.73% 0.3% -
HSV(B) 41.25º 0.84% 0.52% -
XYZ 14.18 13.78 2.62 -
YUV 99.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 133 98 21 0 0.26 0.84 0.48 41.25 0.73 0.3
Hex 85 62 15 0 1A 54 30 29 49 1E
Octal 205 142 25 0 32 124 60 51 111 36
Binary 10000101 1100010 10101 0 11010 1010100 110000 101001 1001001 11110

Color Harmonies of #856215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856215

Black with #856215

Text Example


Text Example

White with #856215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856215; }

 p { color: rgb(133,98,21); }

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

background-color css

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

 a { background-color: rgb(133,98,21); }

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

border-color css

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

 span { border-color: rgb(133,98,21); }

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