Html Css Color HEX #817415 Yukon Gold

📋 copy color: '#817415'

red 129 ◦ green 116 ◦ blue 21

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

Shades of Yukon Gold #817415

Tints of Yukon Gold #817415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 48.5%
G = 43.61%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817415 (or 0x817415) is known color: Yukon Gold. HEX triplet: 81, 74 and 15. RGB value is (129,116,21). Sum of RGB (Red+Green+Blue) = 129+116+21=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #817415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817415 is #7E8BEA. Grayscale: #6D6D6D. Windows color (decimal): -8293355 or 1406081. OLE color: 1406081.

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

Color convert

RGB 129 116 21 -
CMYK 0 0.10 0.84 0.49
HSL 52.78º 0.72% 0.29% -
HSV(B) 52.78º 0.84% 0.51% -
XYZ 15.43 17.21 3.22 -
YUV 109.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 129 116 21 0 0.10 0.84 0.49 52.78 0.72 0.29
Hex 81 74 15 0 A 54 31 35 48 1D
Octal 201 164 25 0 12 124 61 65 110 35
Binary 10000001 1110100 10101 0 1010 1010100 110001 110101 1001000 11101

Color Harmonies of #817415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817415

Black with #817415

Text Example


Text Example

White with #817415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817415; }

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

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

background-color css

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

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

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

border-color css

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

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

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