Html Css Color HEX #807513 Yukon Gold

📋 copy color: '#807513'

red 128 ◦ green 117 ◦ blue 19

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

Shades of Yukon Gold #807513

Tints of Yukon Gold #807513

RGB

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

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

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

R = 48.48%
G = 44.32%
B = 7.2%

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

#807513 (or 0x807513) is known color: Yukon Gold. HEX triplet: 80, 75 and 13. RGB value is (128,117,19). Sum of RGB (Red+Green+Blue) = 128+117+19=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #807513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807513 is #7F8AEC. Grayscale: #6D6D6D. Windows color (decimal): -8358637 or 1275264. OLE color: 1275264.

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

Color convert

RGB 128 117 19 -
CMYK 0 0.09 0.85 0.50
HSL 53.94º 0.74% 0.29% -
HSV(B) 53.94º 0.85% 0.5% -
XYZ 15.38 17.36 3.16 -
YUV 109.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 128 117 19 0 0.09 0.85 0.50 53.94 0.74 0.29
Hex 80 75 13 0 9 55 32 36 4A 1D
Octal 200 165 23 0 11 125 62 66 112 35
Binary 10000000 1110101 10011 0 1001 1010101 110010 110110 1001010 11101

Color Harmonies of #807513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807513

Black with #807513

Text Example


Text Example

White with #807513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807513; }

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

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

background-color css

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

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

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

border-color css

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

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

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