Html Css Color HEX #815D14 Yukon Gold

📋 copy color: '#815D14'

red 129 ◦ green 93 ◦ blue 20

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

Shades of Yukon Gold #815D14

Tints of Yukon Gold #815D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 53.31%
G = 38.43%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#815D14 (or 0x815D14) is known color: Yukon Gold. HEX triplet: 81, 5D and 14. RGB value is (129,93,20). Sum of RGB (Red+Green+Blue) = 129+93+20=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #815D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815D14 is #7EA2EB. Grayscale: #5F5F5F. Windows color (decimal): -8299244 or 1334657. OLE color: 1334657.

HSL color Cylindrical-coordinate representation of color #815D14: hue angle of 40.18º degrees, saturation: 0.73, 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 #815D14 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 93 20 -
CMYK 0 0.28 0.84 0.49
HSL 40.18º 0.73% 0.29% -
HSV(B) 40.18º 0.84% 0.51% -
XYZ 13.09 12.55 2.39 -
YUV 95.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 129 93 20 0 0.28 0.84 0.49 40.18 0.73 0.29
Hex 81 5D 14 0 1C 54 31 28 49 1D
Octal 201 135 24 0 34 124 61 50 111 35
Binary 10000001 1011101 10100 0 11100 1010100 110001 101000 1001001 11101

Color Harmonies of #815D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D14

Black with #815D14

Text Example


Text Example

White with #815D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815D14; }

 p { color: rgb(129,93,20); }

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

background-color css

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

 a { background-color: rgb(129,93,20); }

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

border-color css

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

 span { border-color: rgb(129,93,20); }

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