Html Css Color HEX #673A30 Metallic Copper

📋 copy color: '#673A30'

red 103 ◦ green 58 ◦ blue 48

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

Shades of Metallic Copper #673A30

Tints of Metallic Copper #673A30

RGB

 RED value IS 103 (40.63% from 255) = 49.28%

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 49.28%
G = 27.75%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#673A30 (or 0x673A30) is known color: Metallic Copper. HEX triplet: 67, 3A and 30. RGB value is (103,58,48). Sum of RGB (Red+Green+Blue) = 103+58+48=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #673A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A30 is #98C5CF. Grayscale: #464646. Windows color (decimal): -10012112 or 3160679. OLE color: 3160679.

HSL color Cylindrical-coordinate representation of color #673A30: hue angle of 10.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673A30 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 58 48 -
CMYK 0 0.44 0.53 0.60
HSL 10.91º 0.36% 0.3% -
HSV(B) 10.91º 0.53% 0.4% -
XYZ 7.64 6.12 3.58 -
YUV 70.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 103 58 48 0 0.44 0.53 0.60 10.91 0.36 0.3
Hex 67 3A 30 0 2C 35 3C B 24 1E
Octal 147 72 60 0 54 65 74 13 44 36
Binary 1100111 111010 110000 0 101100 110101 111100 1011 100100 11110

Color Harmonies of #673A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A30

Black with #673A30

Text Example


Text Example

White with #673A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673A30; }

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

 H1.HeaderClassName
 {
   color: #673A30;
 }
 .AnyTagClassName
 {
   color: #673A30;
 }
</style>

background-color css

<style>
 a { background-color: #673A30; }

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

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

border-color css

<style>
 span { border-color: #673A30; }

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

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