Html Css Color HEX #807413 Yukon Gold

📋 copy color: '#807413'

red 128 ◦ green 116 ◦ blue 19

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

Shades of Yukon Gold #807413

Tints of Yukon Gold #807413

RGB

 RED value IS 128 (50.39% from 255) = 48.67%

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

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

R = 48.67%
G = 44.11%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#807413 (or 0x807413) is known color: Yukon Gold. HEX triplet: 80, 74 and 13. RGB value is (128,116,19). Sum of RGB (Red+Green+Blue) = 128+116+19=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #807413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807413 is #7F8BEC. Grayscale: #6C6C6C. Windows color (decimal): -8358893 or 1275008. OLE color: 1275008.

HSL color Cylindrical-coordinate representation of color #807413: hue angle of 53.39º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #807413 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 19 -
CMYK 0 0.09 0.85 0.50
HSL 53.39º 0.74% 0.29% -
HSV(B) 53.39º 0.85% 0.5% -
XYZ 15.27 17.13 3.12 -
YUV 108.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 128 116 19 0 0.09 0.85 0.50 53.39 0.74 0.29
Hex 80 74 13 0 9 55 32 35 4A 1D
Octal 200 164 23 0 11 125 62 65 112 35
Binary 10000000 1110100 10011 0 1001 1010101 110010 110101 1001010 11101

Color Harmonies of #807413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807413

Black with #807413

Text Example


Text Example

White with #807413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807413; }

 p { color: rgb(128,116,19); }

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

background-color css

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

 a { background-color: rgb(128,116,19); }

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

border-color css

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

 span { border-color: rgb(128,116,19); }

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