Html Css Color HEX #805F15 Yukon Gold

📋 copy color: '#805F15'

red 128 ◦ green 95 ◦ blue 21

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

Shades of Yukon Gold #805F15

Tints of Yukon Gold #805F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.93%

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

R = 52.46%
G = 38.93%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805F15 (or 0x805F15) is known color: Yukon Gold. HEX triplet: 80, 5F and 15. RGB value is (128,95,21). Sum of RGB (Red+Green+Blue) = 128+95+21=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #805F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F15 is #7FA0EA. Grayscale: #606060. Windows color (decimal): -8364267 or 1400704. OLE color: 1400704.

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

Color convert

RGB 128 95 21 -
CMYK 0 0.26 0.84 0.50
HSL 41.5º 0.72% 0.29% -
HSV(B) 41.5º 0.84% 0.5% -
XYZ 13.13 12.83 2.49 -
YUV 96.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 128 95 21 0 0.26 0.84 0.50 41.5 0.72 0.29
Hex 80 5F 15 0 1A 54 32 29 48 1D
Octal 200 137 25 0 32 124 62 51 110 35
Binary 10000000 1011111 10101 0 11010 1010100 110010 101001 1001000 11101

Color Harmonies of #805F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F15

Black with #805F15

Text Example


Text Example

White with #805F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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