Html Css Color HEX #805C0F Yukon Gold

📋 copy color: '#805C0F'

red 128 ◦ green 92 ◦ blue 15

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

Shades of Yukon Gold #805C0F

Tints of Yukon Gold #805C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 54.47%
G = 39.15%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805C0F (or 0x805C0F) is known color: Yukon Gold. HEX triplet: 80, 5C and 0F. RGB value is (128,92,15). Sum of RGB (Red+Green+Blue) = 128+92+15=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #805C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C0F is #7FA3F0. Grayscale: #5E5E5E. Windows color (decimal): -8365041 or 1006720. OLE color: 1006720.

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

Color convert

RGB 128 92 15 -
CMYK 0 0.28 0.88 0.50
HSL 40.88º 0.79% 0.28% -
HSV(B) 40.88º 0.88% 0.5% -
XYZ 12.82 12.28 2.15 -
YUV 93.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 128 92 15 0 0.28 0.88 0.50 40.88 0.79 0.28
Hex 80 5C F 0 1C 58 32 29 4F 1C
Octal 200 134 17 0 34 130 62 51 117 34
Binary 10000000 1011100 1111 0 11100 1011000 110010 101001 1001111 11100

Color Harmonies of #805C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C0F

Black with #805C0F

Text Example


Text Example

White with #805C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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