Html Css Color HEX #805C15 Yukon Gold

📋 copy color: '#805C15'

red 128 ◦ green 92 ◦ blue 21

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

Shades of Yukon Gold #805C15

Tints of Yukon Gold #805C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 53.11%
G = 38.17%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805C15 (or 0x805C15) is known color: Yukon Gold. HEX triplet: 80, 5C and 15. RGB value is (128,92,21). Sum of RGB (Red+Green+Blue) = 128+92+21=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #805C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C15 is #7FA3EA. Grayscale: #5E5E5E. Windows color (decimal): -8365035 or 1399936. OLE color: 1399936.

HSL color Cylindrical-coordinate representation of color #805C15: hue angle of 39.81º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805C15 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 21 -
CMYK 0 0.28 0.84 0.50
HSL 39.81º 0.72% 0.29% -
HSV(B) 39.81º 0.84% 0.5% -
XYZ 12.86 12.3 2.41 -
YUV 94.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 128 92 21 0 0.28 0.84 0.50 39.81 0.72 0.29
Hex 80 5C 15 0 1C 54 32 28 48 1D
Octal 200 134 25 0 34 124 62 50 110 35
Binary 10000000 1011100 10101 0 11100 1010100 110010 101000 1001000 11101

Color Harmonies of #805C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C15

Black with #805C15

Text Example


Text Example

White with #805C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805C15; }

 p { color: rgb(128,92,21); }

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

background-color css

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

 a { background-color: rgb(128,92,21); }

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

border-color css

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

 span { border-color: rgb(128,92,21); }

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