Html Css Color HEX #805C14 Yukon Gold

📋 copy color: '#805C14'

red 128 ◦ green 92 ◦ blue 20

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

Shades of Yukon Gold #805C14

Tints of Yukon Gold #805C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 53.33%
G = 38.33%
B = 8.33%

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

#805C14 (or 0x805C14) is known color: Yukon Gold. HEX triplet: 80, 5C and 14. RGB value is (128,92,20). Sum of RGB (Red+Green+Blue) = 128+92+20=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #805C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C14 is #7FA3EB. Grayscale: #5E5E5E. Windows color (decimal): -8365036 or 1334400. OLE color: 1334400.

HSL color Cylindrical-coordinate representation of color #805C14: hue angle of 40º degrees, saturation: 0.73, 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 #805C14 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 20 -
CMYK 0 0.28 0.84 0.50
HSL 40º 0.73% 0.29% -
HSV(B) 40º 0.84% 0.5% -
XYZ 12.86 12.29 2.36 -
YUV 94.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 128 92 20 0 0.28 0.84 0.50 40 0.73 0.29
Hex 80 5C 14 0 1C 54 32 28 49 1D
Octal 200 134 24 0 34 124 62 50 111 35
Binary 10000000 1011100 10100 0 11100 1010100 110010 101000 1001001 11101

Color Harmonies of #805C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C14

Black with #805C14

Text Example


Text Example

White with #805C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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