Html Css Color HEX #807113 Yukon Gold

📋 copy color: '#807113'

red 128 ◦ green 113 ◦ blue 19

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

Shades of Yukon Gold #807113

Tints of Yukon Gold #807113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 49.23%
G = 43.46%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#807113 (or 0x807113) is known color: Yukon Gold. HEX triplet: 80, 71 and 13. RGB value is (128,113,19). Sum of RGB (Red+Green+Blue) = 128+113+19=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #807113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807113 is #7F8EEC. Grayscale: #6B6B6B. Windows color (decimal): -8359661 or 1274240. OLE color: 1274240.

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

Color convert

RGB 128 113 19 -
CMYK 0 0.12 0.85 0.50
HSL 51.74º 0.74% 0.29% -
HSV(B) 51.74º 0.85% 0.5% -
XYZ 14.92 16.45 3 -
YUV 106.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 128 113 19 0 0.12 0.85 0.50 51.74 0.74 0.29
Hex 80 71 13 0 C 55 32 34 4A 1D
Octal 200 161 23 0 14 125 62 64 112 35
Binary 10000000 1110001 10011 0 1100 1010101 110010 110100 1001010 11101

Color Harmonies of #807113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807113

Black with #807113

Text Example


Text Example

White with #807113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807113; }

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

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

background-color css

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

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

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

border-color css

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

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

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