Html Css Color HEX #817413 Yukon Gold

📋 copy color: '#817413'

red 129 ◦ green 116 ◦ blue 19

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

Shades of Yukon Gold #817413

Tints of Yukon Gold #817413

RGB

 RED value IS 129 (50.78% from 255) = 48.86%

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

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

R = 48.86%
G = 43.94%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#817413 (or 0x817413) is known color: Yukon Gold. HEX triplet: 81, 74 and 13. RGB value is (129,116,19). Sum of RGB (Red+Green+Blue) = 129+116+19=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #817413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817413 is #7E8BEC. Grayscale: #6D6D6D. Windows color (decimal): -8293357 or 1275009. OLE color: 1275009.

HSL color Cylindrical-coordinate representation of color #817413: hue angle of 52.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #817413 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 116 19 -
CMYK 0 0.10 0.85 0.49
HSL 52.91º 0.74% 0.29% -
HSV(B) 52.91º 0.85% 0.51% -
XYZ 15.42 17.2 3.12 -
YUV 108.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 129 116 19 0 0.10 0.85 0.49 52.91 0.74 0.29
Hex 81 74 13 0 A 55 31 35 4A 1D
Octal 201 164 23 0 12 125 61 65 112 35
Binary 10000001 1110100 10011 0 1010 1010101 110001 110101 1001010 11101

Color Harmonies of #817413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817413

Black with #817413

Text Example


Text Example

White with #817413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817413; }

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

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

background-color css

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

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

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

border-color css

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

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

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