Html Css Color HEX #80673A Yellow Metal

📋 copy color: '#80673A'

red 128 ◦ green 103 ◦ blue 58

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

Shades of Yellow Metal #80673A

Tints of Yellow Metal #80673A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 44.29%
G = 35.64%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80673A (or 0x80673A) is known color: Yellow Metal. HEX triplet: 80, 67 and 3A. RGB value is (128,103,58). Sum of RGB (Red+Green+Blue) = 128+103+58=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80673A is #7F98C5. Grayscale: #696969. Windows color (decimal): -8362182 or 3827584. OLE color: 3827584.

HSL color Cylindrical-coordinate representation of color #80673A: hue angle of 38.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80673A is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 58 -
CMYK 0 0.20 0.55 0.50
HSL 38.57º 0.38% 0.36% -
HSV(B) 38.57º 0.55% 0.5% -
XYZ 14.52 14.6 6.06 -
YUV 105.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 128 103 58 0 0.20 0.55 0.50 38.57 0.38 0.36
Hex 80 67 3A 0 14 37 32 27 26 24
Octal 200 147 72 0 24 67 62 47 46 44
Binary 10000000 1100111 111010 0 10100 110111 110010 100111 100110 100100

Color Harmonies of #80673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80673A

Black with #80673A

Text Example


Text Example

White with #80673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80673A; }

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

 H1.HeaderClassName
 {
   color: #80673A;
 }
 .AnyTagClassName
 {
   color: #80673A;
 }
</style>

background-color css

<style>
 a { background-color: #80673A; }

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

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

border-color css

<style>
 span { border-color: #80673A; }

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

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