Html Css Color HEX #817412 Yukon Gold

📋 copy color: '#817412'

red 129 ◦ green 116 ◦ blue 18

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

Shades of Yukon Gold #817412

Tints of Yukon Gold #817412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 49.05%
G = 44.11%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#817412 (or 0x817412) is known color: Yukon Gold. HEX triplet: 81, 74 and 12. RGB value is (129,116,18). Sum of RGB (Red+Green+Blue) = 129+116+18=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #817412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817412 is #7E8BED. Grayscale: #6D6D6D. Windows color (decimal): -8293358 or 1209473. OLE color: 1209473.

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

Color convert

RGB 129 116 18 -
CMYK 0 0.10 0.86 0.49
HSL 52.97º 0.76% 0.29% -
HSV(B) 52.97º 0.86% 0.51% -
XYZ 15.41 17.2 3.08 -
YUV 108.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 129 116 18 0 0.10 0.86 0.49 52.97 0.76 0.29
Hex 81 74 12 0 A 56 31 35 4C 1D
Octal 201 164 22 0 12 126 61 65 114 35
Binary 10000001 1110100 10010 0 1010 1010110 110001 110101 1001100 11101

Color Harmonies of #817412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817412

Black with #817412

Text Example


Text Example

White with #817412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817412; }

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

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

background-color css

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

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

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

border-color css

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

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

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