Html Css Color HEX #856513 Yukon Gold

📋 copy color: '#856513'

red 133 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #856513

Tints of Yukon Gold #856513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.92%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 52.57%
G = 39.92%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856513 (or 0x856513) is known color: Yukon Gold. HEX triplet: 85, 65 and 13. RGB value is (133,101,19). Sum of RGB (Red+Green+Blue) = 133+101+19=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #856513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856513 is #7A9AEC. Grayscale: #656565. Windows color (decimal): -8035053 or 1271173. OLE color: 1271173.

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

Color convert

RGB 133 101 19 -
CMYK 0 0.24 0.86 0.48
HSL 43.16º 0.75% 0.3% -
HSV(B) 43.16º 0.86% 0.52% -
XYZ 14.44 14.34 2.62 -
YUV 101.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 133 101 19 0 0.24 0.86 0.48 43.16 0.75 0.3
Hex 85 65 13 0 18 56 30 2B 4B 1E
Octal 205 145 23 0 30 126 60 53 113 36
Binary 10000101 1100101 10011 0 11000 1010110 110000 101011 1001011 11110

Color Harmonies of #856513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856513

Black with #856513

Text Example


Text Example

White with #856513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856513; }

 p { color: rgb(133,101,19); }

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

background-color css

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

 a { background-color: rgb(133,101,19); }

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

border-color css

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

 span { border-color: rgb(133,101,19); }

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