Html Css Color HEX #856313 Yukon Gold

📋 copy color: '#856313'

red 133 ◦ green 99 ◦ blue 19

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

Shades of Yukon Gold #856313

Tints of Yukon Gold #856313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.44%

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

R = 52.99%
G = 39.44%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856313 (or 0x856313) is known color: Yukon Gold. HEX triplet: 85, 63 and 13. RGB value is (133,99,19). Sum of RGB (Red+Green+Blue) = 133+99+19=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856313 is #7A9CEC. Grayscale: #646464. Windows color (decimal): -8035565 or 1270661. OLE color: 1270661.

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

Color convert

RGB 133 99 19 -
CMYK 0 0.26 0.86 0.48
HSL 42.11º 0.75% 0.3% -
HSV(B) 42.11º 0.86% 0.52% -
XYZ 14.25 13.96 2.56 -
YUV 100.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 133 99 19 0 0.26 0.86 0.48 42.11 0.75 0.3
Hex 85 63 13 0 1A 56 30 2A 4B 1E
Octal 205 143 23 0 32 126 60 52 113 36
Binary 10000101 1100011 10011 0 11010 1010110 110000 101010 1001011 11110

Color Harmonies of #856313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856313

Black with #856313

Text Example


Text Example

White with #856313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856313; }

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

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

background-color css

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

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

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

border-color css

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

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

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