Html Css Color HEX #857413 Yukon Gold

📋 copy color: '#857413'

red 133 ◦ green 116 ◦ blue 19

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

Shades of Yukon Gold #857413

Tints of Yukon Gold #857413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

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

R = 49.63%
G = 43.28%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857413 (or 0x857413) is known color: Yukon Gold. HEX triplet: 85, 74 and 13. RGB value is (133,116,19). Sum of RGB (Red+Green+Blue) = 133+116+19=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857413 is #7A8BEC. Grayscale: #6E6E6E. Windows color (decimal): -8031213 or 1275013. OLE color: 1275013.

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

Color convert

RGB 133 116 19 -
CMYK 0 0.13 0.86 0.48
HSL 51.05º 0.75% 0.3% -
HSV(B) 51.05º 0.86% 0.52% -
XYZ 16.04 17.52 3.15 -
YUV 110.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 133 116 19 0 0.13 0.86 0.48 51.05 0.75 0.3
Hex 85 74 13 0 D 56 30 33 4B 1E
Octal 205 164 23 0 15 126 60 63 113 36
Binary 10000101 1110100 10011 0 1101 1010110 110000 110011 1001011 11110

Color Harmonies of #857413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857413

Black with #857413

Text Example


Text Example

White with #857413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857413; }

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

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

background-color css

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

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

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

border-color css

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

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

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