Html Css Color HEX #80672D Yukon Gold

📋 copy color: '#80672D'

red 128 ◦ green 103 ◦ blue 45

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

Shades of Yukon Gold #80672D

Tints of Yukon Gold #80672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 46.38%
G = 37.32%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80672D (or 0x80672D) is known color: Yukon Gold. HEX triplet: 80, 67 and 2D. RGB value is (128,103,45). Sum of RGB (Red+Green+Blue) = 128+103+45=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80672D is #7F98D2. Grayscale: #686868. Windows color (decimal): -8362195 or 2975616. OLE color: 2975616.

HSL color Cylindrical-coordinate representation of color #80672D: hue angle of 41.93º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80672D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 45 -
CMYK 0 0.20 0.65 0.50
HSL 41.93º 0.48% 0.34% -
HSV(B) 41.93º 0.65% 0.5% -
XYZ 14.23 14.48 4.53 -
YUV 103.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 128 103 45 0 0.20 0.65 0.50 41.93 0.48 0.34
Hex 80 67 2D 0 14 41 32 2A 30 22
Octal 200 147 55 0 24 101 62 52 60 42
Binary 10000000 1100111 101101 0 10100 1000001 110010 101010 110000 100010

Color Harmonies of #80672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80672D

Black with #80672D

Text Example


Text Example

White with #80672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80672D; }

 p { color: rgb(128,103,45); }

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

background-color css

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

 a { background-color: rgb(128,103,45); }

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

border-color css

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

 span { border-color: rgb(128,103,45); }

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