Html Css Color HEX #807313 Yukon Gold

📋 copy color: '#807313'

red 128 ◦ green 115 ◦ blue 19

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

Shades of Yukon Gold #807313

Tints of Yukon Gold #807313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

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

R = 48.85%
G = 43.89%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#807313 (or 0x807313) is known color: Yukon Gold. HEX triplet: 80, 73 and 13. RGB value is (128,115,19). Sum of RGB (Red+Green+Blue) = 128+115+19=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #807313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807313 is #7F8CEC. Grayscale: #6C6C6C. Windows color (decimal): -8359149 or 1274752. OLE color: 1274752.

HSL color Cylindrical-coordinate representation of color #807313: hue angle of 52.84º 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 #807313 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 19 -
CMYK 0 0.10 0.85 0.50
HSL 52.84º 0.74% 0.29% -
HSV(B) 52.84º 0.85% 0.5% -
XYZ 15.15 16.9 3.08 -
YUV 107.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 128 115 19 0 0.10 0.85 0.50 52.84 0.74 0.29
Hex 80 73 13 0 A 55 32 35 4A 1D
Octal 200 163 23 0 12 125 62 65 112 35
Binary 10000000 1110011 10011 0 1010 1010101 110010 110101 1001010 11101

Color Harmonies of #807313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807313

Black with #807313

Text Example


Text Example

White with #807313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807313; }

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

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

background-color css

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

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

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

border-color css

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

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

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