Html Css Color HEX #817512 Yukon Gold

📋 copy color: '#817512'

red 129 ◦ green 117 ◦ blue 18

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

Shades of Yukon Gold #817512

Tints of Yukon Gold #817512

RGB

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

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

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

R = 48.86%
G = 44.32%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#817512 (or 0x817512) is known color: Yukon Gold. HEX triplet: 81, 75 and 12. RGB value is (129,117,18). Sum of RGB (Red+Green+Blue) = 129+117+18=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #817512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817512 is #7E8AED. Grayscale: #6D6D6D. Windows color (decimal): -8293102 or 1209729. OLE color: 1209729.

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

Color convert

RGB 129 117 18 -
CMYK 0 0.09 0.86 0.49
HSL 53.51º 0.76% 0.29% -
HSV(B) 53.51º 0.86% 0.51% -
XYZ 15.52 17.43 3.12 -
YUV 109.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 129 117 18 0 0.09 0.86 0.49 53.51 0.76 0.29
Hex 81 75 12 0 9 56 31 36 4C 1D
Octal 201 165 22 0 11 126 61 66 114 35
Binary 10000001 1110101 10010 0 1001 1010110 110001 110110 1001100 11101

Color Harmonies of #817512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817512

Black with #817512

Text Example


Text Example

White with #817512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817512; }

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

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

background-color css

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

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

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

border-color css

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

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

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