Html Css Color HEX #817513 Yukon Gold

📋 copy color: '#817513'

red 129 ◦ green 117 ◦ blue 19

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

Shades of Yukon Gold #817513

Tints of Yukon Gold #817513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.15%

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

R = 48.68%
G = 44.15%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#817513 (or 0x817513) is known color: Yukon Gold. HEX triplet: 81, 75 and 13. RGB value is (129,117,19). Sum of RGB (Red+Green+Blue) = 129+117+19=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #817513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817513 is #7E8AEC. Grayscale: #6D6D6D. Windows color (decimal): -8293101 or 1275265. OLE color: 1275265.

HSL color Cylindrical-coordinate representation of color #817513: hue angle of 53.45º 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 #817513 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 117 19 -
CMYK 0 0.09 0.85 0.49
HSL 53.45º 0.74% 0.29% -
HSV(B) 53.45º 0.85% 0.51% -
XYZ 15.53 17.44 3.16 -
YUV 109.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 129 117 19 0 0.09 0.85 0.49 53.45 0.74 0.29
Hex 81 75 13 0 9 55 31 35 4A 1D
Octal 201 165 23 0 11 125 61 65 112 35
Binary 10000001 1110101 10011 0 1001 1010101 110001 110101 1001010 11101

Color Harmonies of #817513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817513

Black with #817513

Text Example


Text Example

White with #817513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817513; }

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

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

background-color css

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

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

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

border-color css

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

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

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